Uses of Record Class
club.doki7.sdl3.handle.SDL_Sensor
Packages that use SDL_Sensor
-
Uses of SDL_Sensor in club.doki7.sdl3
Methods in club.doki7.sdl3 that return SDL_SensorModifier and TypeMethodDescriptionSDL3.getSensorFromID(int instance_id) Return the SDL_Sensor associated with an instance ID.SDL3.openSensor(int instance_id) Open a sensor for use.Methods in club.doki7.sdl3 with parameters of type SDL_SensorModifier and TypeMethodDescriptionvoidSDL3.closeSensor(@Nullable SDL_Sensor sensor) Close a sensor previously opened with SDL_OpenSensor().booleanSDL3.getSensorData(@Nullable SDL_Sensor sensor, @Nullable FloatPtr data, int num_values) Get the current state of an opened sensor.intSDL3.getSensorID(@Nullable SDL_Sensor sensor) Get the instance ID of a sensor.SDL3.getSensorName(@Nullable SDL_Sensor sensor) Get the implementation dependent name of a sensor.intSDL3.getSensorNonPortableType(@Nullable SDL_Sensor sensor) Get the platform dependent type of a sensor.intSDL3.getSensorProperties(@Nullable SDL_Sensor sensor) Get the properties associated with a sensor.intSDL3.getSensorType(@Nullable SDL_Sensor sensor) Get the type of a sensor. -
Uses of SDL_Sensor in club.doki7.sdl3.handle
Classes in club.doki7.sdl3.handle that implement interfaces with type arguments of type SDL_SensorModifier and TypeClassDescriptionstatic final recordRepresents a pointer toSDL_Sensorhandle(s) in native memory.Methods in club.doki7.sdl3.handle that return SDL_SensorModifier and TypeMethodDescription@Nullable SDL_SensorSDL_Sensor.Ptr.read()@Nullable SDL_SensorSDL_Sensor.Ptr.read(long index) Methods in club.doki7.sdl3.handle that return types with arguments of type SDL_SensorMethods in club.doki7.sdl3.handle with parameters of type SDL_SensorModifier and TypeMethodDescriptionstatic SDL_Sensor.PtrSDL_Sensor.Ptr.allocate(Arena arena, @Nullable SDL_Sensor[] values) static SDL_Sensor.PtrSDL_Sensor.Ptr.allocateV(Arena arena, @Nullable SDL_Sensor value0, @Nullable SDL_Sensor... values) voidSDL_Sensor.Ptr.write(long index, @Nullable SDL_Sensor value) voidSDL_Sensor.Ptr.write(@Nullable SDL_Sensor value) voidSDL_Sensor.Ptr.write(@Nullable SDL_Sensor[] values) voidSDL_Sensor.Ptr.writeV(@Nullable SDL_Sensor value0, @Nullable SDL_Sensor... values)