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