Sending Mouseclicks

BlitzMax Forums/BlitzMax Beginners Area/Sending Mouseclicks

Neuro(Posted 2006) [#1]
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?


Grisu(Posted 2006) [#2]
Could you explain what you want to do?
I doubt someone will understand the question... :(

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


Neuro(Posted 2006) [#3]
Essentially, call a function that will perform a mouse click or double mouse click on the screen.


Booticus(Posted 2006) [#4]
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?


assari(Posted 2006) [#5]
You can try the Autoit dll on this thread or play with windows API's. A discussion using VB here


Booticus(Posted 2006) [#6]
Aww man. There goes the whole cross platform angle. :( Ah well, at least its a solutions for Windows!