Enum PlayerInputUiInteractionMode
Enumeration representing the UI interaction mode for player input.
Namespace: Serenity.InputGateway.Domain.Enums
Assembly: Serenity.InputGateway.Domain.dll
Syntax
public enum PlayerInputUiInteractionMode
Fields
| Name | Description |
|---|---|
| AllDevices | All connected input devices can interact with the UI. |
| PrimaryOnly | Only the primary input device can interact with the UI. |