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