Class XrSystemKeyboardTrackingPropertiesFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemKeyboardTrackingPropertiesFB extends Struct<XrSystemKeyboardTrackingPropertiesFB> implements NativeResource

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