yuzu: Ensure mouse panning can't be enabled with real mouse emulation

This commit is contained in:
german77
2023-06-30 18:39:55 -06:00
parent 3f407417c1
commit da8df6488d
5 changed files with 39 additions and 30 deletions

View File

@ -9,10 +9,10 @@
<item>
<widget class="QCheckBox" name="enable">
<property name="text">
<string>Enable</string>
<string>Enable mouse panning</string>
</property>
<property name="toolTip">
<string>Can be toggled via a hotkey</string>
<string>Can be toggled via a hotkey. Default hotkey is Ctrl + F9</string>
</property>
</widget>
</item>