SysHolographicWindowingEnvironment.IsHomeGestureReady Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the home gesture is in the ready state. This API is available only to components of the Windows operating system.
public:
property bool IsHomeGestureReady { bool get(); };
bool IsHomeGestureReady();
public bool IsHomeGestureReady { get; }
var boolean = sysHolographicWindowingEnvironment.isHomeGestureReady;
Public ReadOnly Property IsHomeGestureReady As Boolean
Property Value
Boolean
bool
Whether the home gesture is in the ready state.
Windows requirements
Device family |
Windows Holographic System Implementation Extension SDK (introduced in 10.0.18362.0)
|
API contract |
Windows.System.Implementation.Holographic.HoloSysImplementationContract (introduced in v2.0)
|
Remarks
Calls to these APIs will fail at runtime for all processes other than components of the Windows operating system. These APIs may be modified or removed in future Windows releases.