HIDMacros and Lvar
Posted: 11 Feb 2018, 17:56
I'm using HIDMacros (V 2.3) to manage multiple keyboards ans joysticks.
With PDMG Boeing 737 NGX (FSX, P3D V4) it works perfectly.
I have the const definitions (found in the SDK of Aerosoft) in the general script, and macros for my buttons.
Script:
Const MOUSE_FLAG_LEFTSINGLE = &H20000000
Const MOUSE_FLAG_RIGHTSINGLE = &H80000000
Const EVT_MCP_AT_ARM_SWITCH = "#70012"
a.s.o ...... with all the const of the sdk
Macro:
HIDMAcros.FSXEvent EVT_MCP_AT_ARM_SWITCH, MOUSE_FLAG_LEFTSINGLE
I'd like to know if it's possible to do the same thing with a PMDG Airbus (last versions) using the Lvar's and HIDMacros
I found the Lvar of the airbus in the files given with the product, but I don't know how to use it with HIDMacros.
I don't want to use Linda (to difficult).
Could you post a little script on this forum (just one button,...) using a Lvar as a script of HIDMacros,....
I know that it's possible, I found a post on this forum (2013), a simmer knows how to do it.
I would appriciate it, because I'd like to have a (little) home cockpit of an airbus (not a B737).
Philippe
With PDMG Boeing 737 NGX (FSX, P3D V4) it works perfectly.
I have the const definitions (found in the SDK of Aerosoft) in the general script, and macros for my buttons.
Script:
Const MOUSE_FLAG_LEFTSINGLE = &H20000000
Const MOUSE_FLAG_RIGHTSINGLE = &H80000000
Const EVT_MCP_AT_ARM_SWITCH = "#70012"
a.s.o ...... with all the const of the sdk
Macro:
HIDMAcros.FSXEvent EVT_MCP_AT_ARM_SWITCH, MOUSE_FLAG_LEFTSINGLE
I'd like to know if it's possible to do the same thing with a PMDG Airbus (last versions) using the Lvar's and HIDMacros
I found the Lvar of the airbus in the files given with the product, but I don't know how to use it with HIDMacros.
I don't want to use Linda (to difficult).
Could you post a little script on this forum (just one button,...) using a Lvar as a script of HIDMacros,....
I know that it's possible, I found a post on this forum (2013), a simmer knows how to do it.
I would appriciate it, because I'd like to have a (little) home cockpit of an airbus (not a B737).
Philippe