Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniele77/cli
/ DeactivateInput
Method
DeactivateInput
include/cli/detail/inputdevice.h:52–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
virtual ~InputDevice() = default;
51
virtual void ActivateInput() {}
52
virtual void DeactivateInput() {}
53
54
template <typename H>
55
void Register(H&& h) { handler = std::forward<H>(h); }
Callers
1
NewCommand
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected