Uses of Record Class
club.doki7.sdl3.datatype.SDL_JoyHatEvent.Ptr
Packages that use SDL_JoyHatEvent.Ptr
-
Uses of SDL_JoyHatEvent.Ptr in club.doki7.sdl3.datatype
Methods in club.doki7.sdl3.datatype that return SDL_JoyHatEvent.PtrModifier and TypeMethodDescriptionstatic SDL_JoyHatEvent.Ptr@NotNull SDL_JoyHatEvent.PtrSDL_JoyHatEvent.Ptr.offset(long offset) @NotNull SDL_JoyHatEvent.PtrSDL_JoyHatEvent.Ptr.reinterpret(long newSize) Assume theSDL_JoyHatEvent.Ptris capable of holding at leastnewSizestructures, create a new viewSDL_JoyHatEvent.Ptrthat uses the same backing storage as thisSDL_JoyHatEvent.Ptr, but with the new size.SDL_JoyHatEvent.Ptr.slice(long end) @NotNull SDL_JoyHatEvent.PtrSDL_JoyHatEvent.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).