SpeechKeywordEvents.Global 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.
Whether or not to register the IMixedRealitySpeechHandler for global input. If Global is true, then events in the SpeechKeyword state will be fired without requiring an object to be in focus.
public:
property bool Global { bool get(); void set(bool value); };
public bool Global { get; set; }
member this.Global : bool with get, set
Public Property Global As Boolean