FocusHandler.MarkEventsAsUsed 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 input events should be marked as used after handling so other handlers in the same game object ignore them.
public:
property bool MarkEventsAsUsed { bool get(); void set(bool value); };
public bool MarkEventsAsUsed { get; set; }
member this.MarkEventsAsUsed : bool with get, set
Public Property MarkEventsAsUsed As Boolean