Enum LegacyInputMode
Describes the types of controller input modes that are enabled. By default the system reacts to mouse clicks and touches.
Namespace: Doozy.Runtime.UIManager.Input
Assembly: cs.temp.dll.dll
Syntax
public enum LegacyInputMode
Fields
Name | Description |
---|---|
KeyCode | System reacts to a set KeyCode, mouse clicks and touches |
None | System reacts to mouse clicks and touches |
VirtualButton | System reacts to a set virtual button name (set up in the InputManager), mouse clicks and touches |