Property inputOverride
inputOverride
Used to override the default input, when sending InputEvents or NavigationEvents.
Declaration
public InputWrapper inputOverride { get; set; }
Property Value
| Type | Description |
|---|---|
| InputWrapper |
Remarks
With this it is possible to bypass the Input system with your own. This can be used to feed fake input to the event system.