Uses of Record Class
club.doki7.openxr.datatype.XrSystemKeyboardTrackingPropertiesFB
Packages that use XrSystemKeyboardTrackingPropertiesFB
-
Uses of XrSystemKeyboardTrackingPropertiesFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSystemKeyboardTrackingPropertiesFBModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSystemKeyboardTrackingPropertiesFB
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSystemKeyboardTrackingPropertiesFBModifier and TypeMethodDescription@NotNull XrSystemKeyboardTrackingPropertiesFB
XrSystemKeyboardTrackingPropertiesFB.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrSystemKeyboardTrackingPropertiesFB.clone
(Arena arena, XrSystemKeyboardTrackingPropertiesFB src) XrSystemKeyboardTrackingPropertiesFB.next
(@NotNull MemorySegment value) XrSystemKeyboardTrackingPropertiesFB.supportsKeyboardTracking
(int value) XrSystemKeyboardTrackingPropertiesFB.Ptr.toArray()
XrSystemKeyboardTrackingPropertiesFB.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSystemKeyboardTrackingPropertiesFBModifier and TypeMethodDescription@NotNull Iterator
<XrSystemKeyboardTrackingPropertiesFB> XrSystemKeyboardTrackingPropertiesFB.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSystemKeyboardTrackingPropertiesFBModifier and TypeMethodDescriptionXrSystemKeyboardTrackingPropertiesFB.clone
(Arena arena, XrSystemKeyboardTrackingPropertiesFB src) void
XrSystemKeyboardTrackingPropertiesFB.Ptr.write
(long index, @NotNull XrSystemKeyboardTrackingPropertiesFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSystemKeyboardTrackingPropertiesFBModifier and TypeMethodDescriptionXrSystemKeyboardTrackingPropertiesFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSystemKeyboardTrackingPropertiesFB> consumer)