Split keyboard and mouse policy handling
This commit is contained in:
parent
d174341b6d
commit
87f4e90ca2
7 changed files with 75 additions and 43 deletions
|
|
@ -9,7 +9,7 @@
|
|||
static bool isKeyboardMouseInputAllowed()
|
||||
{
|
||||
auto session = Session::get();
|
||||
return session == nullptr || session->isKeyboardMouseInputAllowed();
|
||||
return session == nullptr || session->isMouseInputAllowed();
|
||||
}
|
||||
|
||||
// How long the mouse button will be pressed for a tap to click gesture
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue