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