source: flair-src/trunk/tools/Controller/DualShock3/src/DualShock3.xml@ 32

Last change on this file since 32 was 32, checked in by Sanahuja Guillaume, 8 years ago

ds3

File size: 930 bytes
Line 
1<?xml version="1.0"?>
2<root name="Manager">
3 <TabWidget name="Main_TabWidget">
4 <Tab name="dualshock3">
5 <TabWidget name="dualshock3">
6 <Tab name="Settings">
7 <GroupBox name="DualShock3">
8 <SpinBox name="dead zone:" value="8"/>
9 <Label name="battery charge level"/>
10 <CheckBox name="enabled" value="1"/></GroupBox>
11 </Tab>
12 <Tab name="Measures">
13 <DataPlot1D name="left stick x-axis" period="100" enabled="1"/>
14 <DataPlot1D name="left stick y-axis" period="100" enabled="1"/>
15 <DataPlot1D name="right stick x-axis" period="100" enabled="1"/>
16 <DataPlot1D name="right stick y-axis" period="100" enabled="1"/>
17 </Tab>
18 </TabWidget>
19 </Tab>
20 </TabWidget>
21 <TabWidget name="App_TabWidget">
22 <Tab name="dualshock3">
23 <PushButton name="save config on target" value="1"/>
24 </Tab>
25 </TabWidget>
26</root>
Note: See TracBrowser for help on using the repository browser.