mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 04:57:54 +00:00
yuzu: Ensure mouse panning can't be enabled with real mouse emulation
This commit is contained in:
parent
3241ff028c
commit
921f9baf58
5 changed files with 39 additions and 30 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue