|
| static Action | OnSetup [set] |
| |
| static Action< ulong, float > | OnUpdate [set] |
| |
| static Action | OnReset [set] |
| |
| static Action< InputDevice > | OnDeviceAttached [set] |
| |
| static Action< InputDevice > | OnDeviceDetached [set] |
| |
| static Action< InputDevice > | OnActiveDeviceChanged [set] |
| |
| static Action< ulong, float > | OnUpdateDevices [set] |
| |
| static Action< ulong, float > | OnCommitDevices [set] |
| |
| static bool | CommandWasPressed [get, set, private set] |
| |
| static bool | InvertYAxis [get, set] |
| |
| static bool | IsSetup [get, set, private set] |
| |
| static string | Platform [get, set, private set] |
| |
| static bool | MenuWasPressed [get, set] |
| |
| static bool | AnyKeyIsPressed [get, set] |
| |
| static InputDevice | ActiveDevice [get, set, private set] |
| |
| static bool | Enabled [get, set] |
| |
| static bool | SuspendInBackground [get, set] |
| |
| static bool | EnableNativeInput [get, set] |
| |
| static bool | EnableXInput [get, set] |
| |
| static bool | EditorDisableAllProfiles [get, set] |
| |
| static uint | XInputUpdateRate [get, set] |
| |
| static uint | XInputBufferSize [get, set] |
| |
| static bool | NativeInputEnableXInput [get, set] |
| |
| static bool | NativeInputEnableMFi [get, set] |
| |
| static bool | NativeInputPreventSleep [get, set] |
| |
| static uint | NativeInputUpdateRate [get, set] |
| |
| static bool | EnableICade [get, set] |
| |
| static VersionInfo | UnityVersion [get, set] |
| |
| static ulong | CurrentTick [get, set] |
| |
Definition at line 13 of file InputManager.cs.