]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/data/input.menu
Revert first change in the trunk.
[divverent/nexuiz.git] / data / menu / data / input.menu
1 // Property of Alientrap
2 //
3 // data/input.menu
4 Item DataContainer Input
5 {
6         Item Data_Cvar Sensitivity
7         {
8                 cvarName        "sensitivity"
9                 defValue        6.0
10                 Item DataLink_Value Value
11                 {
12                         minValue        0.0
13                         maxValue        20.0
14                         stepValue       1
15                         link            "##up"
16                 }
17         }
18         Item Data_Cvar InvertMouse
19         {
20                 cvarName        "m_pitch"
21                 defValue        'Off'
22                 Item DataLink_ValueSwitch Switch
23                 {
24                         minValue        -0.022
25                         maxValue        0.022
26                         descList        "'On' 'Off'"
27                         link            "##up"
28                 }
29         }
30         Item Data_Cvar MouseFilter
31         {
32                 cvarName        "m_filter"
33                 defValue        0
34
35                 [DataLink_OnOffSwitch]
36         }       
37 }