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