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