I am trying to create a Chromebook application that can map keyboard input to a screen click. Is there an API that enables you to simulate a click on your Chromebook in a desired position?
Example: A user presses 'A' on the keyboard and then the app simulates a screen click in the position 100(x), 120(y).
Thanks.