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