SofaKingWeTardEd Posted May 12, 2008 Posted May 12, 2008 Hey, I've popped back for yet another question Is it possible to MouseClick Left AND Right at the exact same time, not 1 bit of delay at all..? And is it possible to have the Left mouse click to be a hotkey? Thank youuu!
NELyon Posted May 12, 2008 Posted May 12, 2008 (edited) Kill two birds with one stone: #include <Misc.au3> While 1 If _IsPressed(0x01) Then MouseClick("secondary") EndIf WEnd Edited May 12, 2008 by KentonBomb
SofaKingWeTardEd Posted May 12, 2008 Author Posted May 12, 2008 (edited) Kill two birds with one stone: #include <Misc.au3> While 1 If _IsPressed(0x01) Then MouseClick("secondary") EndIf WEnd You're a legend! Thank you so much matey! Edit: Doesn't always work, but does every now and then ( Edited May 12, 2008 by SofaKingWeTardEd
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now