MCPcopy Create free account
hub / github.com/cmauri/eviacam / HotKeyCommandWorkspace

Method HotKeyCommandWorkspace

src/hotkeymanager.cpp:58–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56class HotKeyCommandWorkspace : public HotKey {
57public:
58 HotKeyCommandWorkspace(int id)
59 : HotKey(id, _T("hotKeyWorkspace"), _("Enable workspace limit"), KeyboardCode::FromWXK(WXK_F9)) {}
60
61 void Command() override {
62 wxGetApp().GetController().GetPointerAction().SetRestrictedWorkingArea(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected