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