Uses of Record Class
club.doki7.sdl3.datatype.SDL_DropEvent
Packages that use SDL_DropEvent
-
Uses of SDL_DropEvent in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_DropEventModifier 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_DropEventModifier and TypeMethodDescriptionstatic SDL_DropEvent@NotNull SDL_DropEventSDL_DropEvent.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static SDL_DropEventSDL_DropEvent.clone(Arena arena, SDL_DropEvent src) @NotNull SDL_DropEventSDL_Event.drop()SDL_DropEvent.timestamp(long value) SDL_DropEvent.Ptr.toArray()SDL_DropEvent.type(int value) SDL_DropEvent.windowID(int value) SDL_DropEvent.x(float value) SDL_DropEvent.y(float value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_DropEventMethods in club.doki7.sdl3.datatype with parameters of type SDL_DropEventModifier and TypeMethodDescriptionstatic SDL_DropEventSDL_DropEvent.clone(Arena arena, SDL_DropEvent src) SDL_Event.drop(@NotNull SDL_DropEvent value) voidSDL_DropEvent.Ptr.write(long index, @NotNull SDL_DropEvent value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_DropEvent