Hi Pete,
I'm trying to send key presses to FSX using the 1070 control sent via offset 0x3110. (FSUIPC Version 4.938f).
In my test I'm using the 'L' key to toggle the lights. According to the logging the key seems to be getting through and is sent, but the lights do not toggle.
Here's me pressing 'L' on the keyboard: - the lights get toggled.
2202204 KEYDOWN: VK=76, Waiting=0, Repeat=N, Shifts=0
2202204 .. Key not programmed -- passed on to FS
2202204 *** EVENT: Cntrl= 65574 (0x00010026), Param= 0 (0x00000000) ALL_LIGHTS_TOGGLE
2202266 KEYUP: VK=76, Waiting=0
This is my pr