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 TypeMethodDescriptionvoid
SDL3.closeSensor
(@Nullable SDL_Sensor sensor) Close a sensor previously opened with SDL_OpenSensor().boolean
SDL3.getSensorData
(@Nullable SDL_Sensor sensor, @Nullable FloatPtr data, int num_values) Get the current state of an opened sensor.int
SDL3.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.int
SDL3.getSensorNonPortableType
(@Nullable SDL_Sensor sensor) Get the platform dependent type of a sensor.int
SDL3.getSensorProperties
(@Nullable SDL_Sensor sensor) Get the properties associated with a sensor.int
SDL3.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 record
Represents a pointer toSDL_Sensor
handle(s) in native memory.Methods in club.doki7.sdl3.handle that return SDL_SensorModifier and TypeMethodDescription@Nullable SDL_Sensor
SDL_Sensor.Ptr.read()
@Nullable SDL_Sensor
SDL_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.Ptr
SDL_Sensor.Ptr.allocate
(Arena arena, @Nullable SDL_Sensor[] values) static SDL_Sensor.Ptr
SDL_Sensor.Ptr.allocateV
(Arena arena, @Nullable SDL_Sensor value0, @Nullable SDL_Sensor... values) void
SDL_Sensor.Ptr.write
(long index, @Nullable SDL_Sensor value) void
SDL_Sensor.Ptr.write
(@Nullable SDL_Sensor value) void
SDL_Sensor.Ptr.write
(@Nullable SDL_Sensor[] values) void
SDL_Sensor.Ptr.writeV
(@Nullable SDL_Sensor value0, @Nullable SDL_Sensor... values)