]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/options/input.menu
Fix the valuebuttons being cut off by too small window sizes.
[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_Switch MouseFilter
25                 {
26                         text    "Mouse Filter"
27                         target  "::Data::Input::MouseFilter::Switch"
28                 }
29                 Derive Nex_Line Seperator
30                 {}
31                 Derive TextButton Reset
32                 {
33                         normal  "Reset to default"
34                         init    Nex_Action_ResetData
35                         target  "::Data::Input"
36                 }
37         }
38 }