I would like to create an app to send commands to a program running on the PC
Basically Android app on the phone side, and B4J program on the PC side
The PC-side program will have to be able to simulate key combinations
And this seems to me to be the most complex functionality to implement
Some advice? How would you do it?
I would like to create an app to send commands to a program running on the PC
Basically Android app on the phone side, and B4J program on the PC side
The PC-side program will have to be able to simulate key combinations
And this seems to me to be the most complex functionality to implement
Some advice? How would you do it?
This library started out as a simple wrapper for Oracle's java.awt.Robot package but it evolved out of hand into a library of general utilities. Some of these functions appear to duplicate functionality already present in B4J however this library is designed to be used in both UI apps and non-UI...