| 46 | class HotKeyCommandCenterPointer : public HotKey { |
| 47 | public: |
| 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected