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