Skip to content

InputResult

Namespace: Hex1b.Input

Assembly: Hex1b.dll

The result of input handling, indicating whether the input was consumed.

csharp
public enum InputResult

Fields

Handled

The input was handled and should not be processed further.

Returns: InputResult

csharp
Handled = 1

NotHandled

The input was not handled and should continue to be processed.

Returns: InputResult

csharp
NotHandled = 0

Released under the MIT License.