Sending Mouseclicks

BlitzMax Forums/BlitzMax Beginners Area/Sending Mouseclicks

I know theres a way to use the USER.DLL with C# to send mouse clicks to the screen...but is there any BMax way to do it?

Could you explain what you want to do?
I doubt someone will understand the question... :(

Mousehit(1), MouseX(), MouseY()?

Essentially, call a function that will perform a mouse click or double mouse click on the screen.

Oh I get it so you can "fake" a mouseclick? I dont know how to do that. of course, I never ASKED, so maybe someone knows?

Anyone?

You can try the Autoit dll on this thread or play with windows API's. A discussion using VB here

Aww man. There goes the whole cross platform angle. :( Ah well, at least its a solutions for Windows!