Uses of Record Class
club.doki7.sdl3.datatype.SDL_MouseDeviceEvent
Packages that use SDL_MouseDeviceEvent
-
Uses of SDL_MouseDeviceEvent in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_MouseDeviceEventModifier 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_MouseDeviceEventModifier and TypeMethodDescriptionstatic SDL_MouseDeviceEvent@NotNull SDL_MouseDeviceEventSDL_MouseDeviceEvent.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static SDL_MouseDeviceEventSDL_MouseDeviceEvent.clone(Arena arena, SDL_MouseDeviceEvent src) @NotNull SDL_MouseDeviceEventSDL_Event.mdevice()SDL_MouseDeviceEvent.timestamp(long value) SDL_MouseDeviceEvent.Ptr.toArray()SDL_MouseDeviceEvent.type(int value) SDL_MouseDeviceEvent.which(int value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_MouseDeviceEventModifier and TypeMethodDescription@NotNull Iterator<SDL_MouseDeviceEvent> SDL_MouseDeviceEvent.Ptr.iterator()Methods in club.doki7.sdl3.datatype with parameters of type SDL_MouseDeviceEventModifier and TypeMethodDescriptionstatic SDL_MouseDeviceEventSDL_MouseDeviceEvent.clone(Arena arena, SDL_MouseDeviceEvent src) SDL_Event.mdevice(@NotNull SDL_MouseDeviceEvent value) voidSDL_MouseDeviceEvent.Ptr.write(long index, @NotNull SDL_MouseDeviceEvent value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_MouseDeviceEventModifier and TypeMethodDescriptionSDL_Event.mdevice(Consumer<@NotNull SDL_MouseDeviceEvent> consumer)