Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DirectX Window
#1
Anyway to send input into a DirectX window class?

Without mouse clicks.

Thanks
#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)
#3
I want to be able to press a button in a DirectX class window without lef command so it can be done in the background without taking control of mouse at all.
#4
If acc does not work, try SendClickMessage. I don't know other ways.

Mouseclick issue
#5
Nope neither work, the window does not have an id nor does anything in it.

QM Shows

Window name - Class - Styles
exe


Forum Jump:


Users browsing this thread: 1 Guest(s)