ControlClick can't use

Ask gaming related questions (AHK v1.1 and older)
SangLee
Posts: 2
Joined: 10 Jun 2021, 11:36

ControlClick can't use

Post by SangLee » 10 Jun 2021, 11:53

Please help me..!
Why can't this code be used in my game program? but I can use it on Google Chrome. So i need some ideas to solve the problem.
(I can't use controlclick but can use mousemove..vv in game) :headwall:

Code: Select all

F2::
ControlClick, x100 y100, Vo Lam Truyen Ky,, L
Sleep 100

User avatar
mikeyww
Posts: 26885
Joined: 09 Sep 2014, 18:38

Re: ControlClick can't use

Post by mikeyww » 10 Jun 2021, 17:05

I often point people to the "tips for games" page, because it contains many of the answers, especially relating to issues like admin rights and keypress duration.

https://autohotkey.com/board/topic/111737-how-to-make-ahk-work-in-most-games-the-basics/

Instead of ControlClick, you can test further by seeing whether you can activate the window and then send a regular click to the window. Also note with ControlClick:
If there is no control, the target window itself will be sent the event (which might have no effect depending on the nature of the window).

SangLee
Posts: 2
Joined: 10 Jun 2021, 11:36

Re: ControlClick can't use

Post by SangLee » 10 Jun 2021, 22:13

Oke let me try..thank you sir ..😊

Post Reply

Return to “Gaming Help (v1)”