Background: I am trying to create a controller application for Google Glass with the ability to send swipes and taps by pressing a button on a bluetooth connected smartphone.
Current Status: I have been able to simulate these swipes and navigate in the application on Glass, however these swipes do not keep the display from turning off (since I am not actually touching the glass hardware, only calling my OnSwipeLeft, OnSwipeRight, etc. listeners).
Question: Is it possible to programmatically simulate tap and swipe touchpad events from a Google Glass Application, such that the screen will remain on and not dim?