Uses of Record Class
club.doki7.openxr.datatype.XrSystemVirtualKeyboardPropertiesMETA.Ptr
Packages that use XrSystemVirtualKeyboardPropertiesMETA.Ptr
-
Uses of XrSystemVirtualKeyboardPropertiesMETA.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSystemVirtualKeyboardPropertiesMETA.PtrModifier and TypeMethodDescriptionXrSystemVirtualKeyboardPropertiesMETA.Ptr.at(long index, @NotNull Consumer<@NotNull XrSystemVirtualKeyboardPropertiesMETA> consumer) XrSystemVirtualKeyboardPropertiesMETA.Ptr.offset(long offset) XrSystemVirtualKeyboardPropertiesMETA.Ptr.reinterpret(long newSize) Assume theXrSystemVirtualKeyboardPropertiesMETA.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemVirtualKeyboardPropertiesMETA.Ptrthat uses the same backing storage as thisXrSystemVirtualKeyboardPropertiesMETA.Ptr, but with the new size.XrSystemVirtualKeyboardPropertiesMETA.Ptr.slice(long end) XrSystemVirtualKeyboardPropertiesMETA.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).