name = InGameControlsOptions
widgets = 11
background = box.png
dialog = false

[ widget-00 ]
type = label
name = InGameControlsOptionsLabel
text = Controls Options
center = 0.5, 0.1
width = auto
height = auto
fontsize = 9
enabled = 0
selected = 0
default = 0
cancel = 0

[ widget-01 ]
type = slider
name = InGameSpeedSensSteeringSlider
setting = control.speed_sens_steering
values = options
center = 0.5, 0.25
width = auto
height = auto
fontsize = 6
enabled = 1
selected = 1
default = 0
cancel = 0

[ widget-02 ]
type = toggle
name = InGameAutoTransToggle 
setting = control.autotrans 
values = options 
center = 0.5, 0.29 
width = auto 
height = auto 
fontsize = 6 
enabled = 1 
selected = 0 
default = 0 
cancel = 0 
 
[ widget-03 ] 
type = toggle 
name = InGameAutoClutchToggle
setting = control.autoclutch
values = options
center = 0.5, 0.33
width = auto
height = auto
fontsize = 6
enabled = 1
selected = 0
default = 0
cancel = 0

[ widget-04 ]
type = toggle
name = InGameABSToggle
setting = game.antilock
values = options
center = 0.5, 0.37
width = auto
height = auto
fontsize = 6
enabled = 1
selected = 0
default = 0
cancel = 0

[ widget-05 ]
type = toggle
name = InGameTCSToggle
setting = game.traction_control
values = options
center = 0.5, 0.41
width = auto
height = auto
fontsize = 6
enabled = 1
selected = 0
default = 0
cancel = 0

[ widget-06 ]
type = floatwheel
name = InGameButtonRampWheel
setting = control.button_ramp
values = options
center = 0.5, 0.45
width = auto
height = auto
fontsize = 6
enabled = 1
selected = 0
default = 0
cancel = 0

[ widget-07 ]
type = button
name = InGameActionControlMapButton
text = Assign Controls
tip = Map keys, buttons and axes to actions in the game.
action = InGameAssignControls
center = 0.5, 0.55
color = 0.0, 0.0, 0.8
width = auto
height = auto
fontsize = 7
enabled = 1
selected = 0
default = 0
cancel = 0

[ widget-08 ]
type = button
name = InGameJoystickOptionsButton
text = Joystick Options
tip = Extra options for gamepad, joystick and steering wheel controls.
action = InGameJoystickOptions
center = 0.5, 0.65
color = 0.0, 0.0, 0.8
width = auto
height = auto
fontsize = 7
enabled = 1
selected = 0
default = 0
cancel = 0

[ widget-09 ]
type = button
name = InGameControlsOptionsOKButton
text = OK
tip = Save changes and return to Options menu.
action = InGameOptions
center = 0.4, 0.85
color = 0.0, 0.8, 0.0
width = auto
height = auto
fontsize = 7
enabled = 1
selected = 0
default = 1
cancel = 0

[ widget-10 ]
type = button
name = InGameControlsOptionsCancelButton
text = Cancel
tip = Forget changes and return to Options menu.
action = InGameOptions
center = 0.6, 0.85
color = 0.8, 0.0, 0.0
width = auto
height = auto
fontsize = 7
enabled = 1
selected = 0
default = 0
cancel = 1
