- added "swap mouse buttons" option to menu.

This commit is contained in:
Christoph Oelckers 2021-03-02 16:43:13 +01:00
parent bbd5c0ac8b
commit e3678e27c0

View file

@ -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