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