Package org.lwjgl.openxr
Class MSFTHolographicWindowAttachment
java.lang.Object
org.lwjgl.openxr.MSFTHolographicWindowAttachment
The XR_MSFT_holographic_window_attachment extension.
This extension enables the runtime to attach to app-provided HolographicSpace and CoreWindow WinRT objects when an XrSession is created. Applications may use this extension to create and control the CoreWindow/App View objects, allowing the app to subscribe to keyboard input events and react to activation event arguments. These events and data would otherwise be inaccessible if the application simply managed the app state and lifetime exclusively through the OpenXR API. This extension is only valid to use where an application can create a CoreWindow, such as UWP applications on the HoloLens.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsXrStructureType. -
Method Summary
-
Field Details
-
XR_MSFT_holographic_window_attachment_SPEC_VERSION
public static final int XR_MSFT_holographic_window_attachment_SPEC_VERSIONThe extension specification version.- See Also:
-
XR_MSFT_HOLOGRAPHIC_WINDOW_ATTACHMENT_EXTENSION_NAME
The extension name.- See Also:
-
XR_TYPE_HOLOGRAPHIC_WINDOW_ATTACHMENT_MSFT
public static final int XR_TYPE_HOLOGRAPHIC_WINDOW_ATTACHMENT_MSFTExtendsXrStructureType.- See Also:
-