Closed srbhptl39 closed 1 year ago
What a coincidence! I had been contemplating the very same functionality, and it's already prioritized in my existing TODO list.
The app now includes support for a simple touch sensor. If you connect a websocket client to /touchscreen
, you will receive information about touch actions in a clear format. This information will be in JSON style, like this:
{
"x" : 23,
"y" : 100,
"action" : "ACTION_MOVE or ACTION_UP or ACTION_DOWN"
}
Feature will be available in next release !
It would be great to get screen touch points as x, y coordinates in realtime using sockets. Additional could be Multi point touch stream.