]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/options/input.menu
commit 1.2.1 game media
[divverent/nexuiz.git] / data / menu / options / input.menu
1 // Property of Alientrap/AK
2 // options/input.menu
3 Item Window Input
4 {
5         size    '600 600'
6
7         Derive Picture Table1
8         {
9                 picture "gfx/table1"
10                 size    '600 600'
11         }
12
13         Item Layout Layout
14         {
15                 direction       [Nex_DefaultVertDirection]
16                 size            '600 600'
17                 origin          '300 50'
18                 alignment       [AlignFirst]
19
20
21                 Derive Nex_Option_Slider Sensitivity
22                 {
23                         text    "Sensitivity"
24                         target  "::Data::Input::Sensitivity::Value"
25                 }
26                 Derive Nex_Option_Switch InvertMouse
27                 {
28                         text    "Invert Mouse"
29                         target  "::Data::Input::InvertMouse::Switch"
30                 }
31                 Derive Nex_Option_Switch MouseFilter
32                 {
33                         text    "Mouse Filter"
34                         target  "::Data::Input::MouseFilter::Switch"
35                 }               
36                 Derive Nex_Line Seperator
37                 {}
38                 Derive TextButton Reset
39                 {
40                         normal  "Reset to default"
41                         init    Nex_Action_ResetData
42                         target  "::Data::Input"
43                 }
44         }
45 }