blob: d74ff9bfb49e72c37ad87bf0c73d509ff8a3dbc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Joystick" title="CONFIGURAZIONE JOYSTICK">
<check_box name="enable_joystick" label="Abilita Joystick:"/>
<text left="120" name="joystick_type" width="380"/>
<spinner label="Mapping: asse X" name="JoystickAxis1" label_width="140" width="180" left="12"/>
<spinner label="Mapping: asse Y" name="JoystickAxis2" label_width="134" width="174" left="205"/>
<spinner label="Mapping: asse Z" name="JoystickAxis0" label_width="94" width="134" left="390"/>
<spinner label="Mapping: direzione o Pitch" name="JoystickAxis4" label_width="140" width="180" left="12"/>
<spinner label="Mapping: altitudine o Yaw" name="JoystickAxis5" label_width="134" width="174" left="205"/>
<spinner label="Mapping del Roll" name="JoystickAxis3" label_width="94" width="134" left="390"/>
<spinner label="Mapping dello Zoom" name="JoystickAxis6" label_width="140" width="180" left="12"/>
<check_box label="Zoom diretto" name="ZoomDirect" left="205"/>
<check_box label="Cursore 3D" name="Cursor3D"/>
<check_box label="Auto livellamento" name="AutoLeveling"/>
<text name="Control Modes:" left="3" width="113">
Modalità di controllo:
</text>
<check_box name="JoystickAvatarEnabled" label="Avatar"/>
<check_box name="JoystickBuildEnabled" left="192" label="Costruire"/>
<check_box name="JoystickFlycamEnabled" label="Camera dall'alto"/>
<text name="XScale">
Regolazione X
</text>
<text name="YScale">
Regolazione Y
</text>
<text name="ZScale">
Regolazione Z
</text>
<text name="PitchScale" left="3" width="112">
Regolazione: Pitch
</text>
<text name="YawScale" left="3" width="112">
Regolazione: Yaw
</text>
<text name="RollScale" left="3" width="112">
Regolazione: Roll
</text>
<text name="XDeadZone">
Angolo morto X
</text>
<text name="YDeadZone">
Angolo morto Y
</text>
<text name="ZDeadZone">
Angolo morto Z
</text>
<text name="PitchDeadZone" left="3" width="112">
Angolo morto: Pitch
</text>
<text name="YawDeadZone" left="3" width="112">
Angolo morto: Yaw
</text>
<text name="RollDeadZone" left="3" width="112">
Angolo morto: Roll
</text>
<text name="Feathering">
Smussamento
</text>
<text name="ZoomScale2" width="135" left="6">
Regolazione dello zoom
</text>
<text name="ZoomDeadZone" width="135" left="6">
Angolo morto dello zoom
</text>
<button label="SpaceNavigator Defaults" name="SpaceNavigatorDefaults"/>
<button label="OK" label_selected="OK" name="ok_btn"/>
<button label="Annulla" label_selected="Annulla" name="cancel_btn"/>
<stat_view label="Monitor del Joystick" name="axis_view">
<stat_bar label="Assi 0" name="axis0"/>
<stat_bar label="Assi 1" name="axis1"/>
<stat_bar label="Assi 2" name="axis2"/>
<stat_bar label="Assi 3" name="axis3"/>
<stat_bar label="Assi 4" name="axis4"/>
<stat_bar label="Assi 5" name="axis5"/>
</stat_view>
<string name="NoDevice">
nessun dispositivo trovato
</string>
</floater>
|