Uses of Record Class
club.doki7.sdl3.datatype.SDL_GamepadDeviceEvent
Packages that use SDL_GamepadDeviceEvent
-
Uses of SDL_GamepadDeviceEvent in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_GamepadDeviceEventModifier 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_GamepadDeviceEventModifier and TypeMethodDescriptionstatic SDL_GamepadDeviceEvent
@NotNull SDL_GamepadDeviceEvent
SDL_GamepadDeviceEvent.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static SDL_GamepadDeviceEvent
SDL_GamepadDeviceEvent.clone
(Arena arena, SDL_GamepadDeviceEvent src) @NotNull SDL_GamepadDeviceEvent
SDL_Event.gdevice()
SDL_GamepadDeviceEvent.timestamp
(long value) SDL_GamepadDeviceEvent.Ptr.toArray()
SDL_GamepadDeviceEvent.type
(int value) SDL_GamepadDeviceEvent.which
(int value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_GamepadDeviceEventModifier and TypeMethodDescription@NotNull Iterator
<SDL_GamepadDeviceEvent> SDL_GamepadDeviceEvent.Ptr.iterator()
Methods in club.doki7.sdl3.datatype with parameters of type SDL_GamepadDeviceEventModifier and TypeMethodDescriptionstatic SDL_GamepadDeviceEvent
SDL_GamepadDeviceEvent.clone
(Arena arena, SDL_GamepadDeviceEvent src) SDL_Event.gdevice
(@NotNull SDL_GamepadDeviceEvent value) void
SDL_GamepadDeviceEvent.Ptr.write
(long index, @NotNull SDL_GamepadDeviceEvent value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_GamepadDeviceEventModifier and TypeMethodDescriptionSDL_Event.gdevice
(Consumer<@NotNull SDL_GamepadDeviceEvent> consumer)