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