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.
The answer is basically no.
There is no API to simulate input in other apps (such as your example). You would also not be able to capture keyboard outside very limited "global shortcut" input while another app is focused.