Inherits MonoBehaviour.
Inherited by MeadowGames.MakeItFlow.InputManager_Legacy.
|
abstract Vector3 | GetCanvasPointerPosition (CanvasManager canvasManager) |
|
abstract bool | KeyPressed (KeyCode key) |
|
abstract bool | KeyDown (KeyCode key) |
|
abstract bool | KeyUp (KeyCode key) |
|
|
bool | useSecondKeyForMultiSelection = true |
|
bool | selectOnDrag = true |
|
bool | dragAllSelected = true |
|
|
static InputManager | Instance [get] |
|
abstract bool | PointerKeyPressed [get] |
|
abstract bool | PointerKeyDown [get] |
|
abstract bool | PointerKeyUp [get] |
|
abstract bool | SecondaryPointerKeyPressed [get] |
|
abstract bool | SecondaryPointerKeyDown [get] |
|
abstract bool | SecondaryPointerKeyUp [get] |
|
abstract bool | SecondKeyPressed [get] |
|
abstract Vector3 | ScreenPointerPosition [get] |
|
abstract MFSelectEnum | SelectType [get] |
|