Uses of Record Class
club.doki7.sdl3.datatype.SDL_GamepadAxisEvent
Packages that use SDL_GamepadAxisEvent
-
Uses of SDL_GamepadAxisEvent in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_GamepadAxisEventModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_GamepadAxisEventModifier and TypeMethodDescriptionstatic SDL_GamepadAxisEvent@NotNull SDL_GamepadAxisEventSDL_GamepadAxisEvent.Ptr.at(long index) Returns (a pointer to) the structure at the given index.SDL_GamepadAxisEvent.axis(byte value) static SDL_GamepadAxisEventSDL_GamepadAxisEvent.clone(Arena arena, SDL_GamepadAxisEvent src) @NotNull SDL_GamepadAxisEventSDL_Event.gaxis()SDL_GamepadAxisEvent.padding1(byte value) SDL_GamepadAxisEvent.padding2(byte value) SDL_GamepadAxisEvent.padding3(byte value) SDL_GamepadAxisEvent.padding4(short value) SDL_GamepadAxisEvent.timestamp(long value) SDL_GamepadAxisEvent.Ptr.toArray()SDL_GamepadAxisEvent.type(int value) SDL_GamepadAxisEvent.value(short value) SDL_GamepadAxisEvent.which(int value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_GamepadAxisEventModifier and TypeMethodDescription@NotNull Iterator<SDL_GamepadAxisEvent> SDL_GamepadAxisEvent.Ptr.iterator()Methods in club.doki7.sdl3.datatype with parameters of type SDL_GamepadAxisEventModifier and TypeMethodDescriptionstatic SDL_GamepadAxisEventSDL_GamepadAxisEvent.clone(Arena arena, SDL_GamepadAxisEvent src) SDL_Event.gaxis(@NotNull SDL_GamepadAxisEvent value) voidSDL_GamepadAxisEvent.Ptr.write(long index, @NotNull SDL_GamepadAxisEvent value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_GamepadAxisEventModifier and TypeMethodDescriptionSDL_Event.gaxis(Consumer<@NotNull SDL_GamepadAxisEvent> consumer)