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