tablet: added option to hide cursor (#12525)
This commit is contained in:
parent
6175ecd4c4
commit
315806f598
7 changed files with 25 additions and 4 deletions
|
|
@ -154,6 +154,7 @@ class CHyprRenderer {
|
|||
|
||||
struct {
|
||||
bool hiddenOnTouch = false;
|
||||
bool hiddenOnTablet = false;
|
||||
bool hiddenOnTimeout = false;
|
||||
bool hiddenOnKeyboard = false;
|
||||
} m_cursorHiddenConditions;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue