Uses of Record Class
club.doki7.sdl3.datatype.SDL_MouseMotionEvent
Packages that use SDL_MouseMotionEvent
-
Uses of SDL_MouseMotionEvent in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_MouseMotionEventModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_MouseMotionEventModifier and TypeMethodDescriptionstatic SDL_MouseMotionEvent
@NotNull SDL_MouseMotionEvent
SDL_MouseMotionEvent.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static SDL_MouseMotionEvent
SDL_MouseMotionEvent.clone
(Arena arena, SDL_MouseMotionEvent src) @NotNull SDL_MouseMotionEvent
SDL_Event.motion()
SDL_MouseMotionEvent.state
(int value) SDL_MouseMotionEvent.timestamp
(long value) SDL_MouseMotionEvent.Ptr.toArray()
SDL_MouseMotionEvent.type
(int value) SDL_MouseMotionEvent.which
(int value) SDL_MouseMotionEvent.windowID
(int value) SDL_MouseMotionEvent.x
(float value) SDL_MouseMotionEvent.xrel
(float value) SDL_MouseMotionEvent.y
(float value) SDL_MouseMotionEvent.yrel
(float value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_MouseMotionEventModifier and TypeMethodDescription@NotNull Iterator
<SDL_MouseMotionEvent> SDL_MouseMotionEvent.Ptr.iterator()
Methods in club.doki7.sdl3.datatype with parameters of type SDL_MouseMotionEventModifier and TypeMethodDescriptionstatic SDL_MouseMotionEvent
SDL_MouseMotionEvent.clone
(Arena arena, SDL_MouseMotionEvent src) SDL_Event.motion
(@NotNull SDL_MouseMotionEvent value) void
SDL_MouseMotionEvent.Ptr.write
(long index, @NotNull SDL_MouseMotionEvent value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_MouseMotionEventModifier and TypeMethodDescriptionSDL_Event.motion
(Consumer<@NotNull SDL_MouseMotionEvent> consumer)