| 47 | using Handler = std::function< void( std::pair<KeyType,char> ) >; |
| 48 | |
| 49 | explicit InputDevice(Scheduler& _scheduler) : scheduler(_scheduler) {} |
| 50 | virtual ~InputDevice() = default; |
| 51 | virtual void ActivateInput() {} |
| 52 | virtual void DeactivateInput() {} |
nothing calls this directly
no outgoing calls
no test coverage detected