AJ6594 Posted October 28, 2009 Share Posted October 28, 2009 $right = mousedown("right") while 1 if $right = 1 then msgbox(0,"","") endif wend The above does not do what I want. I want a msgbox to appear when I right-click my mouse. Link to comment Share on other sites More sharing options...
Authenticity Posted October 28, 2009 Share Posted October 28, 2009 (edited) Look up _IsPressed() in the help file.Edit: If it's not too advanced for you, try to understand the _WinAPI_SetWindowsHookEx() example (in the help file) and search the forums for mouse hook. Edited October 28, 2009 by Authenticity Link to comment Share on other sites More sharing options...
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