Uses of Record Class
club.doki7.sdl3.datatype.SDL_CommonEvent
Packages that use SDL_CommonEvent
-
Uses of SDL_CommonEvent in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_CommonEventModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_CommonEventModifier and TypeMethodDescriptionstatic SDL_CommonEvent@NotNull SDL_CommonEventSDL_CommonEvent.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static SDL_CommonEventSDL_CommonEvent.clone(Arena arena, SDL_CommonEvent src) @NotNull SDL_CommonEventSDL_Event.common()SDL_CommonEvent.timestamp(long value) SDL_CommonEvent.Ptr.toArray()SDL_CommonEvent.type(int value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_CommonEventModifier and TypeMethodDescription@NotNull Iterator<SDL_CommonEvent> SDL_CommonEvent.Ptr.iterator()Methods in club.doki7.sdl3.datatype with parameters of type SDL_CommonEventModifier and TypeMethodDescriptionstatic SDL_CommonEventSDL_CommonEvent.clone(Arena arena, SDL_CommonEvent src) SDL_Event.common(@NotNull SDL_CommonEvent value) voidSDL_CommonEvent.Ptr.write(long index, @NotNull SDL_CommonEvent value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_CommonEvent