Uses of Record Class
club.doki7.sdl3.handle.MSG.Ptr
Packages that use MSG.Ptr
-
Uses of MSG.Ptr in club.doki7.sdl3.handle
Methods in club.doki7.sdl3.handle that return MSG.PtrModifier and TypeMethodDescriptionstatic MSG.Ptrstatic MSG.Ptrstatic MSG.Ptrstatic MSG.PtrMSG.Ptr.offset(long offset) MSG.Ptr.reinterpret(long newSize) MSG.Ptr.slice(long end) MSG.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).