Uses of Record Class
club.doki7.sdl3.datatype.SDL_TouchFingerEvent.Ptr
Packages that use SDL_TouchFingerEvent.Ptr
-
Uses of SDL_TouchFingerEvent.Ptr in club.doki7.sdl3.datatype
Methods in club.doki7.sdl3.datatype that return SDL_TouchFingerEvent.PtrModifier and TypeMethodDescriptionstatic SDL_TouchFingerEvent.Ptr
@NotNull SDL_TouchFingerEvent.Ptr
SDL_TouchFingerEvent.Ptr.offset
(long offset) @NotNull SDL_TouchFingerEvent.Ptr
SDL_TouchFingerEvent.Ptr.reinterpret
(long newSize) Assume theSDL_TouchFingerEvent.Ptr
is capable of holding at leastnewSize
structures, create a new viewSDL_TouchFingerEvent.Ptr
that uses the same backing storage as thisSDL_TouchFingerEvent.Ptr
, but with the new size.SDL_TouchFingerEvent.Ptr.slice
(long end) @NotNull SDL_TouchFingerEvent.Ptr
SDL_TouchFingerEvent.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).