I am porting a Unity app to Vuzix M300 Android headset and the select button on top of the device does not work within my Unity app. According to the Vuzix dev support page it uses the key code KEYCODE_DPAD_CENTER which it appears Unity does not see. Is there any way around this as we need to get that button working in our app.
I have also tried KeyCode.JoystickButton0, KeyCode.Return, KeyCode.Enter, KeyCode.Menu, Input.GetButtonDown("Fire1"), KeyCode.Space...
Any help on this would be massively appreciated!