Android TrackBall Google Glass Support

Hi,

I am currently making an Unity Game for Google Glass but I can’t figure out how to get the trackball input.

Google Glass has no touch input, it uses the Android TrackBall.
This is the link to the Android TrackBall Event:
http://developer.android.com/reference/android/view/View.html#onTrackballEvent(android.view.MotionEvent)

Please lt me know if there is a way to get the input from Trackball in Unity.

Thanks,

Macy Kuang

how did you get a google glasses to develop on?

You can inject any Android View items to Unity via SendMessage using this Unity as a subview method

http://forum.unity3d.com/threads/98315-Using-Unity-Android-In-a-Sub-View

Try using: http://docs.unity3d.com/Documentation/ScriptReference/AndroidInput.html