Uses of Record Class
club.doki7.sdl3.datatype.SDL_JoyBallEvent
Packages that use SDL_JoyBallEvent
-
Uses of SDL_JoyBallEvent in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_JoyBallEventModifier 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_JoyBallEventModifier and TypeMethodDescriptionstatic SDL_JoyBallEvent@NotNull SDL_JoyBallEventSDL_JoyBallEvent.Ptr.at(long index) Returns (a pointer to) the structure at the given index.SDL_JoyBallEvent.ball(byte value) static SDL_JoyBallEventSDL_JoyBallEvent.clone(Arena arena, SDL_JoyBallEvent src) @NotNull SDL_JoyBallEventSDL_Event.jball()SDL_JoyBallEvent.padding1(byte value) SDL_JoyBallEvent.padding2(byte value) SDL_JoyBallEvent.padding3(byte value) SDL_JoyBallEvent.timestamp(long value) SDL_JoyBallEvent.Ptr.toArray()SDL_JoyBallEvent.type(int value) SDL_JoyBallEvent.which(int value) SDL_JoyBallEvent.xrel(short value) SDL_JoyBallEvent.yrel(short value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_JoyBallEventModifier and TypeMethodDescription@NotNull Iterator<SDL_JoyBallEvent> SDL_JoyBallEvent.Ptr.iterator()Methods in club.doki7.sdl3.datatype with parameters of type SDL_JoyBallEventModifier and TypeMethodDescriptionstatic SDL_JoyBallEventSDL_JoyBallEvent.clone(Arena arena, SDL_JoyBallEvent src) SDL_Event.jball(@NotNull SDL_JoyBallEvent value) voidSDL_JoyBallEvent.Ptr.write(long index, @NotNull SDL_JoyBallEvent value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_JoyBallEvent