mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-30 06:39:00 +02:00
yuzu: Ensure mouse panning can't be enabled with real mouse emulation
This commit is contained in:
parent
3f407417c1
commit
da8df6488d
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