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