OSK: Ignore gamepad input if a key was pressed
This commit is contained in:
@@ -154,6 +154,10 @@ namespace rsx
|
|||||||
{
|
{
|
||||||
current_data.len = 0;
|
current_data.len = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Ignore gamepad input if a key was recognized
|
||||||
|
refresh();
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@@ -171,6 +175,7 @@ namespace rsx
|
|||||||
|
|
||||||
if (!rinfo.now_connect)
|
if (!rinfo.now_connect)
|
||||||
{
|
{
|
||||||
|
refresh();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user