Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DirectX Window
#2
Send keyboard input?

If normal key does not work, try to use scan codes with it.

Macro Macro1561
Code:
Copy      Help
;press A Enter
key (MapVirtualKey('A' MAPVK_VK_TO_VSC)|0x10000)
key (MapVirtualKey(VK_RETURN MAPVK_VK_TO_VSC)|0x10000)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)