Is there any way to make a C++ program for an Android device that manipulates the touch input?
On windows it is very easy to do in any C++ compiler using SendInput(), and even easier using AutoHotKey. But I can't find the libraries I need or any information about anything tied to android.
On windows it is very easy to do in any C++ compiler using SendInput(), and even easier using AutoHotKey. But I can't find the libraries I need or any information about anything tied to android.