INDEX

Re-mapping buttons with IS


Purpose:

Remap a button control to a DirectInput button location.

Entry:

button_label IS directinput_label .

where the button_label is a button control label on your Thrustmaster product, and directinput_label is DirectInput location B1 through B32. A period ( . ) is required as a statement terminator.

Examples:

S1 IS B3 .

TRIGGER IS B4 .

Restrictions:

Assigning multiple buttons a single DirectInput location is illegal.

S1 IS B2 .
S4 IS B2 . // this is a duplicate assignment


home