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