Home > Back-end >  How to realize analog input C [shift of mouse]
How to realize analog input C [shift of mouse]

Time:09-29

As title, everyone a great god, and the younger brother is the problem for a long time below is my code, but no effect after performing
Keybd_event (getNativeVirtualKey (singleKeyCode), 0, 0).
,0,0,0 mouse_event (MOUSEEVENTF_RIGHTDOWN, 0);
,0,0,0 mouse_event (MOUSEEVENTF_RIGHTUP, 0);
Keybd_event (getNativeVirtualKey (singleKeyCode), 0, KEYEVENTF_KEYUP, 0).

CodePudding user response:

MOUSEEVENTF_RIGHTDOWN this is right

CodePudding user response:

1/f, reference edge in response:
MOUSEEVENTF_RIGHTDOWN this is right

That's right
  • Related