#3305 Made mock match to the original KeyState

This commit is contained in:
Jerry (Xinyu Hou) 2016-06-16 15:21:16 +00:00 committed by Andrew Nelless
parent bd0d8e7321
commit 82d2a9564e
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public:
MOCK_METHOD0(fakeCtrlAltDel, bool());
MOCK_METHOD1(getKeyMap, void(synergy::KeyMap&));
MOCK_METHOD1(fakeKey, void(const Keystroke&));
MOCK_METHOD2(fakeMediaKey, bool(KeyID, bool));
MOCK_METHOD1(fakeMediaKey, bool(KeyID));
MOCK_CONST_METHOD1(pollPressedKeys, void(KeyButtonSet&));
};