mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 21:08:12 -05:00
yuzu: Ensure mouse panning can't be enabled with real mouse emulation
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user