Doloro GDK 22 .1.0 Beta
by Tauri Interactive
|
Manager that checks what device player using to input.
Public Member Functions | |
Device | CheckDevice () |
Check the current active or last used device. More... | |
virtual bool | IsMouseInput () |
Check does mouse active at the moment. More... | |
virtual bool | IsKeyboardInput () |
Check does keyboard active at the moment. More... | |
virtual bool | IsControllerInput () |
Check does controller active at the moment. More... | |
Protected Member Functions | |
virtual void | Awake () |
virtual void | Update () |
Properties | |
static InputDeviceDetector | Active [get, protected set] |
Reference to stand alone instance of the manager. | |
Device | Current [get, set] |
Last active device. | |
Events | |
static System.Action< InputDeviceDetector > | DeviceChanged |
Event that will be called when device will be changed. | |
Device Doloro.Tools.InputService.InputDeviceDetector.CheckDevice | ( | ) |
Check the current active or last used device.
|
virtual |
Check does controller active at the moment.
|
virtual |
Check does keyboard active at the moment.
|
virtual |
Check does mouse active at the moment.