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

Method HotKeyCommandCenterPointer

src/hotkeymanager.cpp:48–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46class HotKeyCommandCenterPointer : public HotKey {
47public:
48 HotKeyCommandCenterPointer(int id)
49 : HotKey(id, _T("hotKeyCenterPointer"), _("Center the pointer"), KeyboardCode::FromWXK(WXK_F10)) {}
50
51 void Command() override {
52 wxGetApp().GetController().GetPointerAction().CenterPointer();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected