Navigation
API > API/Runtime > API/Runtime/HeadMountedDisplay
References
| Module | HeadMountedDisplay |
| Header | /Engine/Source/Runtime/HeadMountedDisplay/Public/IXRInput.h |
| Include | #include "IXRInput.h" |
Syntax
class IXRInput
Remarks
Optional interface returned from IXRTrackingSystem if the plugin requires being able to grab touch or keyboard input events.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | HandleInputKey
(
UPlayerInput*, |
Passing key events to HMD. | |
| bool | HandleInputTouch
(
uint32 Handle, |
Passing touch events to HMD. |