mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-12 22:27:41 +02:00
Merge pull request #703 from zexee/master
Added toggleScreen function, using hot key to loop through all screens.
This commit is contained in:
commit
515805fc1a
11 changed files with 112 additions and 5 deletions
|
@ -308,6 +308,7 @@ private:
|
|||
void handleClientDisconnected(const Event&, void*);
|
||||
void handleClientCloseTimeout(const Event&, void*);
|
||||
void handleSwitchToScreenEvent(const Event&, void*);
|
||||
void handleToggleScreenEvent(const Event&, void*);
|
||||
void handleSwitchInDirectionEvent(const Event&, void*);
|
||||
void handleKeyboardBroadcastEvent(const Event&,void*);
|
||||
void handleLockCursorToScreenEvent(const Event&, void*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue