MouseMove

TedN

Member
Licensed User
Longtime User
Does B4A have an equivalent of MouseMove, or MouseOver or MouseOut, etc.

I appreciate that most apps are programmed for finger position on a tablet but I have a need to use my app on a PC occasionally where the mouse cursor would hover over and exit a view.

Thanks
 

kickaha

Well-Known Member
Licensed User
Longtime User
You cannot run a B4A app on a pc except via the emulator, where the mouse position becomes immaterial.
 
Upvote 0

touchsquid

Active Member
Licensed User
Longtime User
If I plug a USB mouse into my Touchsquid tablet, which runs Android 2.34. a cursor appears on the screen and the left mouse button works exactly as in windows.

So, somewhere in Android is the ability to show a cursor and move it. Does anybody know how to acces these functions?
 
Upvote 0

Mark Read

Well-Known Member
Licensed User
Longtime User
:sign0156:

Have just tried the same thing with my Odys Xpress. A mouse appears as well. But only as a red outline. Works well, right hand button seems to be "Home".

Can't really think of the point of using a mouse, thats what the touchscreen is there for!

Greetings from Austria
Mark
 
Upvote 0

touchsquid

Active Member
Licensed User
Longtime User
I want to write an app that will allow one Android to control another, by simulating mouse (touch) movements and clicks. The mouse pointer provides a way to show the user where the action is.

I already wrote an app that allows the Android to control a PC this way, using sendkeys on the PC end. Is there a way to do the same in android?
 
Upvote 0
Top