Uses of Record Class
club.doki7.sdl3.datatype.SDL_KeyboardEvent
Packages that use SDL_KeyboardEvent
-
Uses of SDL_KeyboardEvent in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_KeyboardEventModifier 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_KeyboardEventModifier and TypeMethodDescriptionstatic SDL_KeyboardEvent
@NotNull SDL_KeyboardEvent
SDL_KeyboardEvent.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static SDL_KeyboardEvent
SDL_KeyboardEvent.clone
(Arena arena, SDL_KeyboardEvent src) SDL_KeyboardEvent.down
(boolean value) @NotNull SDL_KeyboardEvent
SDL_Event.key()
SDL_KeyboardEvent.key
(int value) SDL_KeyboardEvent.mod
(int value) SDL_KeyboardEvent.raw
(short value) SDL_KeyboardEvent.repeat
(boolean value) SDL_KeyboardEvent.scancode
(int value) SDL_KeyboardEvent.timestamp
(long value) SDL_KeyboardEvent.Ptr.toArray()
SDL_KeyboardEvent.type
(int value) SDL_KeyboardEvent.which
(int value) SDL_KeyboardEvent.windowID
(int value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_KeyboardEventModifier and TypeMethodDescription@NotNull Iterator
<SDL_KeyboardEvent> SDL_KeyboardEvent.Ptr.iterator()
Methods in club.doki7.sdl3.datatype with parameters of type SDL_KeyboardEventModifier and TypeMethodDescriptionstatic SDL_KeyboardEvent
SDL_KeyboardEvent.clone
(Arena arena, SDL_KeyboardEvent src) SDL_Event.key
(@NotNull SDL_KeyboardEvent value) void
SDL_KeyboardEvent.Ptr.write
(long index, @NotNull SDL_KeyboardEvent value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_KeyboardEvent