Uses of Record Class
club.doki7.openxr.datatype.XrVirtualKeyboardTextContextChangeInfoMETA
Packages that use XrVirtualKeyboardTextContextChangeInfoMETA
-
Uses of XrVirtualKeyboardTextContextChangeInfoMETA in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrVirtualKeyboardTextContextChangeInfoMETAModifier and TypeMethodDescriptionint
XR.changeVirtualKeyboardTextContextMETA
(XrVirtualKeyboardMETA keyboard, XrVirtualKeyboardTextContextChangeInfoMETA changeInfo) -
Uses of XrVirtualKeyboardTextContextChangeInfoMETA in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrVirtualKeyboardTextContextChangeInfoMETAModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrVirtualKeyboardTextContextChangeInfoMETA
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrVirtualKeyboardTextContextChangeInfoMETAModifier and TypeMethodDescriptionXrVirtualKeyboardTextContextChangeInfoMETA.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrVirtualKeyboardTextContextChangeInfoMETA.clone
(Arena arena, XrVirtualKeyboardTextContextChangeInfoMETA src) XrVirtualKeyboardTextContextChangeInfoMETA.next
(@NotNull MemorySegment value) XrVirtualKeyboardTextContextChangeInfoMETA.textContext
(@Nullable BytePtr value) XrVirtualKeyboardTextContextChangeInfoMETA.Ptr.toArray()
XrVirtualKeyboardTextContextChangeInfoMETA.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrVirtualKeyboardTextContextChangeInfoMETAMethods in club.doki7.openxr.datatype with parameters of type XrVirtualKeyboardTextContextChangeInfoMETAModifier and TypeMethodDescriptionXrVirtualKeyboardTextContextChangeInfoMETA.clone
(Arena arena, XrVirtualKeyboardTextContextChangeInfoMETA src) void
XrVirtualKeyboardTextContextChangeInfoMETA.Ptr.write
(long index, @NotNull XrVirtualKeyboardTextContextChangeInfoMETA value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrVirtualKeyboardTextContextChangeInfoMETAModifier and TypeMethodDescriptionXrVirtualKeyboardTextContextChangeInfoMETA.Ptr.at
(long index, @NotNull Consumer<@NotNull XrVirtualKeyboardTextContextChangeInfoMETA> consumer)