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