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