Interfacing to Orbiter

From OrbiterWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Ways to get information in and out of Orbiter

Joysticks/Game Controllers

Keypresses

  • Generating key presses through switches
  • The GP-Wiz line of joystick button controllers along with Joy2Key.
  • Using AutoHotKey to automatically configure Orbiter and ExtMFD placement
    Script to display Four MFDs on a 22 inch Monitor
  • In order to generate keypresses from a DLL, use SendInput function and follow this guideline: [1]. You can use OAPI_KEY_--- keys defined in OrbiterAPI.h.

Switch Interfacing

I/O interface solutions - These will require a software interface to Orbiter.

Communicating with Orbiter