Click here to Skip to main content
15,868,010 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello developers!

I am trying to access the touchpad of Google Glass in my metaio Unity3D project. Has someone tried doing the same thing?

I've tried making an android plugin which simply prints the gesture detected on the screen. The funny part is, plugin works fine only once, when I install the app and then if I kill the app and restart it, it doesn't work. Then on deploying the same project onto the Glass, it works sometimes and sometimes it doesn't. I checked the logcat in eclipse and have printed a couple of logs at different levels, out of which the initial logs from onCreates" method and "createGestureDetector" are printed and rest are not. I couldn't find the problem.

I have made the plugin taking reference from, https://developers.google.com/glass/develop/gdk/input/touch.

Any help would be much appreciated.

Thanks in advance!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900