Split keyboard and mouse policy handling
This commit is contained in:
parent
d174341b6d
commit
87f4e90ca2
7 changed files with 75 additions and 43 deletions
|
|
@ -16,7 +16,7 @@
|
|||
static bool isKeyboardMouseInputAllowed()
|
||||
{
|
||||
auto session = Session::get();
|
||||
return session == nullptr || session->isKeyboardMouseInputAllowed();
|
||||
return session == nullptr || session->isKeyboardInputAllowed();
|
||||
}
|
||||
|
||||
void SdlInputHandler::performSpecialKeyCombo(KeyCombo combo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue