mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
OSK: allow device input during interception
This commit is contained in:
parent
9adab801ac
commit
0ff293707a
11 changed files with 89 additions and 93 deletions
|
|
@ -50,7 +50,7 @@ void basic_mouse_handler::SetTargetWindow(QWindow* target)
|
|||
|
||||
bool basic_mouse_handler::eventFilter(QObject* target, QEvent* ev)
|
||||
{
|
||||
if (!ev || input::g_mice_intercepted)
|
||||
if (!ev)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue