Uses of Record Class
club.doki7.sdl3.datatype.SDL_VirtualJoystickDesc
Packages that use SDL_VirtualJoystickDesc
-
Uses of SDL_VirtualJoystickDesc in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_VirtualJoystickDescModifier 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_VirtualJoystickDescModifier and TypeMethodDescriptionstatic SDL_VirtualJoystickDesc@NotNull SDL_VirtualJoystickDescSDL_VirtualJoystickDesc.Ptr.at(long index) Returns (a pointer to) the structure at the given index.SDL_VirtualJoystickDesc.axis_mask(int value) SDL_VirtualJoystickDesc.button_mask(int value) static SDL_VirtualJoystickDescSDL_VirtualJoystickDesc.clone(Arena arena, SDL_VirtualJoystickDesc src) SDL_VirtualJoystickDesc.naxes(short value) SDL_VirtualJoystickDesc.nballs(short value) SDL_VirtualJoystickDesc.nbuttons(short value) SDL_VirtualJoystickDesc.nhats(short value) SDL_VirtualJoystickDesc.nsensors(short value) SDL_VirtualJoystickDesc.ntouchpads(short value) SDL_VirtualJoystickDesc.padding(short value) SDL_VirtualJoystickDesc.product_id(short value) SDL_VirtualJoystickDesc.RumbleTriggers(@Nullable IPointer pointer) SDL_VirtualJoystickDesc.SendEffect(@Nullable IPointer pointer) SDL_VirtualJoystickDesc.sensors(@Nullable ISDL_VirtualJoystickSensorDesc value) SDL_VirtualJoystickDesc.SetPlayerIndex(@Nullable IPointer pointer) SDL_VirtualJoystickDesc.SetSensorsEnabled(@Nullable IPointer pointer) SDL_VirtualJoystickDesc.Ptr.toArray()SDL_VirtualJoystickDesc.touchpads(@Nullable ISDL_VirtualJoystickTouchpadDesc value) SDL_VirtualJoystickDesc.type(short value) SDL_VirtualJoystickDesc.vendor_id(short value) SDL_VirtualJoystickDesc.version(int value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_VirtualJoystickDescModifier and TypeMethodDescription@NotNull Iterator<SDL_VirtualJoystickDesc> SDL_VirtualJoystickDesc.Ptr.iterator()Methods in club.doki7.sdl3.datatype with parameters of type SDL_VirtualJoystickDescModifier and TypeMethodDescriptionstatic SDL_VirtualJoystickDescSDL_VirtualJoystickDesc.clone(Arena arena, SDL_VirtualJoystickDesc src) voidSDL_VirtualJoystickDesc.Ptr.write(long index, @NotNull SDL_VirtualJoystickDesc value)