mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-01 15:16:22 +00:00
VideoCommon: Change free-look's middle-mouse action to roll the camera.
This commit is contained in:
parent
5c5e6df038
commit
779e618046
6 changed files with 28 additions and 61 deletions
|
@ -191,7 +191,7 @@ void AdvancedWidget::AddDescriptions()
|
|||
#endif
|
||||
static const char TR_FREE_LOOK_DESCRIPTION[] = QT_TR_NOOP(
|
||||
"Allows manipulation of the in-game camera. Move the mouse while holding the right button "
|
||||
"to pan or middle button to move.\n\nUse the WASD keys while holding SHIFT to move the "
|
||||
"to pan or middle button to roll.\n\nUse the WASD keys while holding SHIFT to move the "
|
||||
"camera. Press SHIFT+2 to increase speed or SHIFT+1 to decrease speed. Press SHIFT+R "
|
||||
"to reset the camera or SHIFT+F to reset the speed.\n\nIf unsure, leave this unchecked. ");
|
||||
static const char TR_CROPPING_DESCRIPTION[] =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue