- Messages
- 43
- Country

Hi,
I am looking for a reference for the Standard.XML (Controls Mapping File) which defines the keys assigned to the various functions.
Below are two examples, I would like to find out what other options this file offers. There must be a guide somewhere right?
I couldn't find it in the SDK.
I am looking for a reference for the Standard.XML (Controls Mapping File) which defines the keys assigned to the various functions.
Below are two examples, I would like to find out what other options this file offers. There must be a guide somewhere right?
I couldn't find it in the SDK.
Code:
<Entry>
<Key>Space</Key>
<Down>MOUSE_LOOK_TOGGLE</Down>
<DownVal>1</DownVal>
<Up>MOUSE_LOOK_TOGGLE</Up>
<UpVal>2</UpVal>
</Entry>
<Axis>
<AxName>XAxis</AxName>
<Index>0</Index>
<AxEvent>AXIS_AILERONS_SET</AxEvent>
<AxScale>64</AxScale>
<AxNull>36</AxNull>
</Axis>


