Uses of Record Class
club.doki7.openxr.datatype.XrVirtualKeyboardTextContextChangeInfoMETA.Ptr
Packages that use XrVirtualKeyboardTextContextChangeInfoMETA.Ptr
-
Uses of XrVirtualKeyboardTextContextChangeInfoMETA.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrVirtualKeyboardTextContextChangeInfoMETA.PtrModifier and TypeMethodDescriptionXrVirtualKeyboardTextContextChangeInfoMETA.Ptr.at
(long index, @NotNull Consumer<@NotNull XrVirtualKeyboardTextContextChangeInfoMETA> consumer) XrVirtualKeyboardTextContextChangeInfoMETA.Ptr.offset
(long offset) XrVirtualKeyboardTextContextChangeInfoMETA.Ptr.reinterpret
(long newSize) Assume theXrVirtualKeyboardTextContextChangeInfoMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrVirtualKeyboardTextContextChangeInfoMETA.Ptr
that uses the same backing storage as thisXrVirtualKeyboardTextContextChangeInfoMETA.Ptr
, but with the new size.XrVirtualKeyboardTextContextChangeInfoMETA.Ptr.slice
(long end) XrVirtualKeyboardTextContextChangeInfoMETA.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).