MCPcopy Create free account
hub / github.com/daniele77/cli / InputDevice

Method InputDevice

include/cli/detail/inputdevice.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected