Jump to content
The simFlight Network Forums

peix

Members
  • Posts

    1
  • Joined

  • Last visited

About peix

  • Birthday 01/01/1970

Contact Methods

  • Website URL
    http://

peix's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, I need to launch the FS event "Gear Up (or Down)" via WideClient (like pressing G Key in FS). The best solution I found is configure in WideClient.ini the options SendKeyPresses=yes and Buttons simulating Joystick. The problem is that my delphi application (that controls own hardware) needs to simulate the key press. I tryed to send a windows message to WideClient [i.e.: SendMessage(WideClientHandle,WM_KEYDOWN,VK_G,0)] but didn't work., only works pressing the real keyboard. Anybody knows how to solve this problem? or another solution. Thanks a lot. Peix
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.