You are not logged in.
Hi there!
I'm trying to play android games on Linux via chromium. I can run games but then they are mouse driven. I like platform games such this one https://play.google.com/store/apps/deta … huey&hl=en but I can't play it on my phone because I'm not comfy with touch screen controls.
So, my idea is to run it on Linux, and map keys to perform a click on the right area of the screen to make the dragon move/jump and so on.
is there a tool that say "when key A is pressed a mouse click on the screen on area (x,y) is performed"
thanks
Nico
Offline
xdotool mousemove 300 300 click 1will move the mouse to the coordinates (300, 300) and do a left click. How you map this to a key is your choice.
Offline