- Messages
- 1,564
- Country

Fly:
The scope of that particular wiki is keyboard traps, <On Key="xx">, and the table at the bottom lists decimal and hex values for the keyboard.
Joystick button and other event traps behave similarly, but need to be written as <On Event="xx">. Pete Dowson provided a list of event codes (Control codes) in the FSUIPC documentation. However, even the FSUIPC list doesn't cover joystick related event codes, but you can use one of the event logger apps to tell which event is fired by which button.
Also take a look at the Events and Traps wiki.
Bob
Manfred - thanks once again for your help on the Events and Traps wiki. I remember that you caught an xml logic error I made in the first draft.
The scope of that particular wiki is keyboard traps, <On Key="xx">, and the table at the bottom lists decimal and hex values for the keyboard.
Joystick button and other event traps behave similarly, but need to be written as <On Event="xx">. Pete Dowson provided a list of event codes (Control codes) in the FSUIPC documentation. However, even the FSUIPC list doesn't cover joystick related event codes, but you can use one of the event logger apps to tell which event is fired by which button.
Also take a look at the Events and Traps wiki.
Bob
Manfred - thanks once again for your help on the Events and Traps wiki. I remember that you caught an xml logic error I made in the first draft.

