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