Uses of Record Class
club.doki7.sdl3.datatype.SDL_VirtualJoystickTouchpadDesc
Packages that use SDL_VirtualJoystickTouchpadDesc
-
Uses of SDL_VirtualJoystickTouchpadDesc in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_VirtualJoystickTouchpadDescModifier 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_VirtualJoystickTouchpadDescModifier and TypeMethodDescription@NotNull SDL_VirtualJoystickTouchpadDesc
SDL_VirtualJoystickTouchpadDesc.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.SDL_VirtualJoystickTouchpadDesc.clone
(Arena arena, SDL_VirtualJoystickTouchpadDesc src) SDL_VirtualJoystickTouchpadDesc.nfingers
(short value) SDL_VirtualJoystickTouchpadDesc.Ptr.toArray()
@Nullable SDL_VirtualJoystickTouchpadDesc
SDL_VirtualJoystickDesc.touchpads()
Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_VirtualJoystickTouchpadDescModifier and TypeMethodDescription@NotNull Iterator
<SDL_VirtualJoystickTouchpadDesc> SDL_VirtualJoystickTouchpadDesc.Ptr.iterator()
Methods in club.doki7.sdl3.datatype with parameters of type SDL_VirtualJoystickTouchpadDescModifier and TypeMethodDescriptionSDL_VirtualJoystickTouchpadDesc.clone
(Arena arena, SDL_VirtualJoystickTouchpadDesc src) void
SDL_VirtualJoystickTouchpadDesc.Ptr.write
(long index, @NotNull SDL_VirtualJoystickTouchpadDesc value)