Correctly translate mouse events to the right and middle buttons #2975

This commit is contained in:
Asbjorn Kjaer
2015-10-28 19:48:54 -07:00
committed by Jerry (Xinyu Hou)
parent aa178a356f
commit 5901fa8aed
3 changed files with 24 additions and 3 deletions

View File

@@ -138,6 +138,9 @@ private:
void showCursor();
void hideCursor();
// map mac mouse button to synergy buttons
ButtonID mapSynergyButtonToMac(UInt16) const;
// map mac mouse button to synergy buttons
ButtonID mapMacButtonToSynergy(UInt16) const;