Lukeo Posted June 9, 2009 Posted June 9, 2009 Hi I am creating an app to add functionality to a program I use. My au3 sends "!e" to a control every time the mouse is clicked and dragged. That bit I know how to code using _IsPressed(1) . But how can I get the au3 to recognize the mouse has been released? I don't want to have to hit another key to do this either. TIA Luke
Lukeo Posted June 9, 2009 Author Posted June 9, 2009 I just figured it out. For those of you who need to know its until _IsPressed(1) = False Thanks again
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