home *** CD-ROM | disk | FTP | other *** search
- def x1 320
- def x2 350
- def y 0
- def dy 32
-
- Include Menu.Def
-
- Background #PreviousMenu
-
- FontSize Default 15 24
- FontSize Selected 16 28
-
- def #Section Joy1
- def #AutoBack AutoBack1
-
-
- item
- {
- Text MseSense
- Add y dy
- Pos x1 y Right
- }
-
-
- item
- {
- SlideButton SlideBar SlideButton
- Pos x2 y Left
- OnAction
- {
- SlideCfg /Game/Mouse 0.1 4.0 39
- UpdateMouse
- }
- }
-
-
- item
- {
- Text MseFilter
- Add y dy
- Pos x1 y Right
- }
-
-
- item MFilter
- {
- CycleButton #Text
- Pos x2 y Left
- Add y dy
- OnAction
- {
- SlideCfg /Game/MouseFilter 0 2 2
- UpdateMouse
- }
- }
-
- item
- {
- Text Default
- Pos x1 y Center
- OnAction
- {
- SetCfg /Controller/#AutoBack 0.15
- SetCfg /Game/MouseFilter 0
- SetCfg /Game/Mouse 1
- UpdateMouse
- }
- }
-