mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-11 06:17:40 +08:00
Correctly translate mouse events to the right and middle buttons #2975
This commit is contained in:
committed by
Jerry (Xinyu Hou)
parent
aa178a356f
commit
5901fa8aed
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user