NicoHood/HID

Android HID

Opened this issue · 0 comments

Hi.
I am trying to write a sketch controlling an android device. Right-clicking an ordinary mouse generates a back event. But AbsoluteMouse.click(MOUSE_RIGHT); not working for me. Also, I was not able to find a key combination or key code for the events "Back" and "Home". Could you please help me?

PS. It seems that the "Back" event can be obtained using Win + Backspace, but I still did not understand how to get it.