mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +00:00
- added "swap mouse buttons" option to menu.
This commit is contained in:
parent
bbd5c0ac8b
commit
e3678e27c0
1 changed files with 4 additions and 0 deletions
|
@ -769,6 +769,10 @@ OptionMenu "MouseOptions" protected
|
|||
//Option "$MOUSEMNU_ENABLEMOUSE", "in_mouse", "YesNo"
|
||||
Option "$MOUSEMNU_MOUSEINMENU", "m_use_mouse", "MenuMouse", "use_mouse"
|
||||
Option "$MOUSEMNU_SHOWBACKBUTTON", "m_show_backbutton", "Corners", "use_mouse"
|
||||
IfOption(Windows)
|
||||
{
|
||||
Option "$MOUSEMNU_SWAPBUTTONS", "m_swapbuttons", "YesNo"
|
||||
}
|
||||
// todo Option "$MOUSEMNU_CURSOR", "vid_cursor", "Cursors"
|
||||
StaticText ""
|
||||
Slider "$MOUSEMNU_SENSITIVITY_X", "m_sensitivity_x", 0.5, 8, 0.25
|
||||
|
|
Loading…
Reference in a new issue