File: trigger.config.defs

package info (click to toggle)
trigger-rally-data 0.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,360 kB
  • ctags: 6
  • sloc: makefile: 42
file content (70 lines) | stat: -rw-r--r-- 1,741 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0" ?>
<config>
	
	<video
		width="800"
		height="600"
		bpp="0"
		
		fullscreen="yes"
		
		requirergb="no"
		requirealpha="no"
		requiredepth="yes"
		requirestencil="no"
		
		stereo="none"
		stereoeyeseparation="0.07"
		stereoswapeyes="no"
		/>
	
	<parameters
		drivingassist="0.15"
		
		enablesound="yes"
		/>
	
	<controls>
		
		<keyboard enable="yes">
			<key action="forward" code="273" />
			<key action="back" code="274" />
			<key action="left" code="276" />
			<key action="right" code="275" />
			<key action="handbrake" code="32" />
			
			<key action="recover" code="114" />
			
			<key action="cammode" code="99" />
			<key action="camleft" code="44" />
			<key action="camright" code="46" />
			
			<key action="showmap" code="109" />
		</keyboard>
		
		<!-- Typical joystick or wheel & pedals configuration -->
		
		<joystick enable="no">
			<axis action="forward" index="1" direction="+" deadzone="0.10" maxrange="1.00" />
			<axis action="back" index="1" direction="-" deadzone="0.10" maxrange="1.00" />
			
			<axis action="right" index="0" direction="+" deadzone="0.10" maxrange="1.00" />
			<axis action="left" index="0" direction="-" deadzone="0.10" maxrange="1.00" />
			
			<button action="handbrake" index="0" />
		</joystick>
		
		<!-- Typical joypad configuration -->
		
		<joystick enable="no">
			<button action="forward" index="0" />
			<button action="back" index="1" />
			
			<axis action="right" index="0" direction="+" deadzone="0.10" maxrange="1.00" />
			<axis action="left" index="0" direction="-" deadzone="0.10" maxrange="1.00" />
			
			<button action="handbrake" index="2" />
		</joystick>
	</controls>
	
</config>