Android Question Remote mouse

LucaMs

Expert
Licensed User
Longtime User
This is a question that I could also post in the forums b4j.

I had the idea to develop an app which allows an Android device to control the mouse of a PC and other things like this.

Unfortunately I have verified that similar apps already exist.

But I have a question and an observation:

how to implement the PC side? A B4J server? If so, how to intercept the events of the pc? Would it probably be easier to use .Net?

The observation is that evidently you can publish an app client and allow/require the user to download a separate PC application (without objection from Google Play).
 

Straker

Active Member
Licensed User
Longtime User
Search in google 'mouse hook vb'
 
Upvote 0

rboeck

Well-Known Member
Licensed User
Longtime User
Look for robot.Runmethod in javaobject; there are functions for keystroke and for mouse too;
 
Upvote 0
Top