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