]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/options/input.menu
r_ambient 0 again; added menu option for it
[divverent/nexuiz.git] / data / menu / options / input.menu
1 // Property of Alientrap/AK
2 // options/input.menu
3 Item Window Input
4 {
5         Item Layout Layout
6         {
7                 pos             '156 45'
8                 size            '700 800'
9                 origin          '280 0'
10                 alignment       [AlignFirst]
11                 direction       [Nex_DefaultVertDirection]
12
13
14                 Derive Nex_Option_Slider Sensitivity
15                 {
16                         text    "Sensitivity"
17                         target  "::Data::Input::Sensitivity::Value"
18                 }
19                 Derive Nex_Option_Switch InvertMouse
20                 {
21                         text    "Invert Mouse"
22                         target  "::Data::Input::InvertMouse::Switch"
23                 }
24                 Derive Nex_Option_Slider MenuMouseSpeed
25                 {
26                         text    "Menu Mouse Speed"
27                         target  "::Data::Input::MenuMouseSpeed::Value"
28                 }
29                 Derive Nex_Option_Switch MouseFilter
30                 {
31                         text    "Mouse Filter"
32                         target  "::Data::Input::MouseFilter::Switch"
33                 }
34                 Derive Nex_Line Seperator
35                 {}
36                 Derive TextButton Reset
37                 {
38                         normal  "Reset to default"
39                         init    Nex_Action_ResetData
40                         target  "::Data::Input"
41                 }
42         }
43 }