Merge pull request #703 from zexee/master

Added toggleScreen function, using hot key to loop through all screens.
This commit is contained in:
Povilas Kanapickas 2020-06-08 18:49:49 +03:00 committed by GitHub
commit 515805fc1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 112 additions and 5 deletions

View file

@ -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*);