]> icculus.org git repositories - divverent/nexuiz.git/blob - menu/options/input.menu
new menu from morphed
[divverent/nexuiz.git] / menu / options / input.menu
1 // Property of Alientrap/AK
2 // options/input.menu
3 Item Window Input
4 {
5         Derive Picture Table6
6         {
7                 picture "gfx/options_background"
8                 size    '734 540'
9                 pos     '146 35'
10         }
11
12         Item Layout Layout
13         {
14                 pos             '156 45'
15                 size            '440 800'
16                 origin          '280 0'
17                 alignment       [AlignFirst]
18                 direction       [Nex_DefaultVertDirection]
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 }