Class XrSystemKeyboardTrackingPropertiesFB

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrSystemKeyboardTrackingPropertiesFB>
org.lwjgl.openxr.XrSystemKeyboardTrackingPropertiesFB
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrSystemKeyboardTrackingPropertiesFB extends org.lwjgl.system.Struct<XrSystemKeyboardTrackingPropertiesFB> implements org.lwjgl.system.NativeResource
Information from the system about tracked keyboard support.
Description

XrSystemKeyboardTrackingPropertiesFB is populated with information from the system about tracked keyboard support.

Valid Usage (Implicit)
See Also

XrSystemProperties

Layout


 struct XrSystemKeyboardTrackingPropertiesFB {
     XrStructureType type();
     void * next();
     XrBool32 supportsKeyboardTracking();
 }