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.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemKeyboardTrackingPropertiesFB.Ptr
that 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).