Search found 1 match

by Leonid_0071
Wed Feb 14, 2018 6:18 pm
Forum: Software Development Kit (SDK) Questions
Topic: mouse click event in SimConnect
Replies: 0
Views: 5330

mouse click event in SimConnect

Hi, i have a question: in my program I try to handle the event of clicking the mouse button: ... simconnect.MapInputEventToClientEvent(INPUT_GROUPS.GROUP0, "mouse:0:button:0", DEFINITIONS.EVENT_MOUSE_TESTDOWN, (uint)1, DEFINITIONS.EVENT_MOUSE_TESTUP, (uint)1, (bool)false); ... p.s. If I si...