Uses of Record Class
club.doki7.sdl3.datatype.SDL_GamepadTouchpadEvent
Packages that use SDL_GamepadTouchpadEvent
-
Uses of SDL_GamepadTouchpadEvent in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_GamepadTouchpadEventModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_GamepadTouchpadEventModifier and TypeMethodDescriptionstatic SDL_GamepadTouchpadEvent
@NotNull SDL_GamepadTouchpadEvent
SDL_GamepadTouchpadEvent.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static SDL_GamepadTouchpadEvent
SDL_GamepadTouchpadEvent.clone
(Arena arena, SDL_GamepadTouchpadEvent src) SDL_GamepadTouchpadEvent.finger
(int value) @NotNull SDL_GamepadTouchpadEvent
SDL_Event.gtouchpad()
SDL_GamepadTouchpadEvent.pressure
(float value) SDL_GamepadTouchpadEvent.timestamp
(long value) SDL_GamepadTouchpadEvent.Ptr.toArray()
SDL_GamepadTouchpadEvent.touchpad
(int value) SDL_GamepadTouchpadEvent.type
(int value) SDL_GamepadTouchpadEvent.which
(int value) SDL_GamepadTouchpadEvent.x
(float value) SDL_GamepadTouchpadEvent.y
(float value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_GamepadTouchpadEventModifier and TypeMethodDescription@NotNull Iterator
<SDL_GamepadTouchpadEvent> SDL_GamepadTouchpadEvent.Ptr.iterator()
Methods in club.doki7.sdl3.datatype with parameters of type SDL_GamepadTouchpadEventModifier and TypeMethodDescriptionstatic SDL_GamepadTouchpadEvent
SDL_GamepadTouchpadEvent.clone
(Arena arena, SDL_GamepadTouchpadEvent src) SDL_Event.gtouchpad
(@NotNull SDL_GamepadTouchpadEvent value) void
SDL_GamepadTouchpadEvent.Ptr.write
(long index, @NotNull SDL_GamepadTouchpadEvent value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_GamepadTouchpadEventModifier and TypeMethodDescriptionSDL_Event.gtouchpad
(Consumer<@NotNull SDL_GamepadTouchpadEvent> consumer)