Jump to content

_WinAPI_Mouse_Event()


Recommended Posts

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.

Link to comment
Share on other sites

You want to BitOR() your flags together, not BitAND(). But after tweaking that, I couldn't make it work either...

:mellow:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...