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