Need help with toggle Topic is solved

Ask gaming related questions (AHK v1.1 and older)
biggglou
Posts: 2
Joined: 20 Oct 2021, 23:58

Need help with toggle

21 Oct 2021, 00:04

Need help creating a bind (preferably esc key) that turns on and off this command;

LButton::Click

When pressing esc, I want my left mouse button to drag, and when pressing again will no longer be able to drag.

Appreciate all the help I receive :D
biggglou
Posts: 2
Joined: 20 Oct 2021, 23:58

Re: Need help with toggle  Topic is solved

21 Oct 2021, 01:01

Figured it out myself. Ill leave it below for anyone that needs a toggle for a similar function;

Code: Select all

LButton::Click

Esc::
    Suspend ;  LButton::Click
    
Return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 146 guests