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