Uses of Record Class
club.doki7.sdl3.datatype.SDL_GamepadSensorEvent
Packages that use SDL_GamepadSensorEvent
-
Uses of SDL_GamepadSensorEvent in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_GamepadSensorEventModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_GamepadSensorEventModifier and TypeMethodDescriptionstatic SDL_GamepadSensorEvent@NotNull SDL_GamepadSensorEventSDL_GamepadSensorEvent.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static SDL_GamepadSensorEventSDL_GamepadSensorEvent.clone(Arena arena, SDL_GamepadSensorEvent src) @NotNull SDL_GamepadSensorEventSDL_Event.gsensor()SDL_GamepadSensorEvent.sensor(int value) SDL_GamepadSensorEvent.sensor_timestamp(long value) SDL_GamepadSensorEvent.timestamp(long value) SDL_GamepadSensorEvent.Ptr.toArray()SDL_GamepadSensorEvent.type(int value) SDL_GamepadSensorEvent.which(int value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_GamepadSensorEventModifier and TypeMethodDescription@NotNull Iterator<SDL_GamepadSensorEvent> SDL_GamepadSensorEvent.Ptr.iterator()Methods in club.doki7.sdl3.datatype with parameters of type SDL_GamepadSensorEventModifier and TypeMethodDescriptionstatic SDL_GamepadSensorEventSDL_GamepadSensorEvent.clone(Arena arena, SDL_GamepadSensorEvent src) SDL_Event.gsensor(@NotNull SDL_GamepadSensorEvent value) voidSDL_GamepadSensorEvent.Ptr.write(long index, @NotNull SDL_GamepadSensorEvent value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_GamepadSensorEventModifier and TypeMethodDescriptionSDL_Event.gsensor(Consumer<@NotNull SDL_GamepadSensorEvent> consumer)