Uses of Record Class
club.doki7.sdl3.handle.SDL_Joystick.Ptr
Packages that use SDL_Joystick.Ptr
-
Uses of SDL_Joystick.Ptr in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle that return SDL_Joystick.PtrModifier and TypeMethodDescriptionstatic SDL_Joystick.Ptr
static SDL_Joystick.Ptr
static SDL_Joystick.Ptr
SDL_Joystick.Ptr.allocate
(Arena arena, @Nullable SDL_Joystick[] values) static SDL_Joystick.Ptr
SDL_Joystick.Ptr.allocateV
(Arena arena, @Nullable SDL_Joystick value0, @Nullable SDL_Joystick... values) SDL_Joystick.Ptr.offset
(long offset) SDL_Joystick.Ptr.reinterpret
(long newSize) Assume theSDL_Joystick.Ptr
is capable of holding at leastnewSize
handles, create a new viewSDL_Joystick.Ptr
that uses the same backing storage as thisSDL_Joystick.Ptr
, but with the new size.SDL_Joystick.Ptr.slice
(long end) SDL_Joystick.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).