InputResult
Namespace: Hex1b.Input
Assembly: Hex1b.dll
The result of input handling, indicating whether the input was consumed.
csharp
public enum InputResultFields
Handled
The input was handled and should not be processed further.
Returns: InputResult
csharp
Handled = 1NotHandled
The input was not handled and should continue to be processed.
Returns: InputResult
csharp
NotHandled = 0