Jump to content

Recommended Posts

Posted

I have been nosing around WinAPI in the helpfile and admittedly dont understant it yet.

I expected a mouseclick/simulated mouseclick in this code but apparently nothing happened at all.

#Include <WinAPI.au3>
#include <Constants.au3>

_WinAPI_Mouse_Event(BitAND($MOUSEEVENTF_ABSOLUTE, $MOUSEEVENTF_LEFTDOWN) ,15,30)
Sleep(30)
_WinAPI_Mouse_Event(BitAND($MOUSEEVENTF_ABSOLUTE, $MOUSEEVENTF_LEFTUP) ,15,30)

Would appreciate an example with this function if anyone has the time.

Also I noticed the exclusion of an $MOUSEEVENTF_TOUCH (seen in mdsn) in the constants.au3 which in my opinion would be pretty sweet.

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...