| Name | Summary |
|---|---|
class CastInputForwardFeature(val vrActivity: VrActivity) : SpatialFeature Enable CastInputForwardFeature to support forwarding input from your computer into your Meta Quest headset. | |
class CastInputForwardSystem(val vrActivity: VrActivity) : SystemBase CastInputForwardSystem manages the communication between a Spatial SDK app and the MQDH Cast window. Per execute() tick it retrieves the updated mouse/keyboard state info from MQDH Cast and processes the info to manipulate the camera/send input down into the Spatial SDK application. | |
class SimpleInputForwardHandler(val inputForwardSystem: CastInputForwardSystem) An implementation of the InputForwardingHandler interface that passes input events down into CastInputForwardSystem. |