Question Make a C++ program for an Android device that manipulates the touch input ?

Status
Not open for further replies.

Cosmin415215

Prominent
Nov 13, 2020
12
3
515
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.
 

kanewolf

Titan
Moderator
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.
Are you trying to read from the touch interface or fake someone providing touch input ?
 
Status
Not open for further replies.