Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Amin89's avatar
Amin89
Honored Guest
1 year ago

Bluetooth mouse problem after v62 update

The Bluetooth mouse was working correctly before Oculus v62 update but now whenever I move the mouse Unity receives it as an arrow key like this:

 

if (Input.GetKeyDown(KeyCode.LeftArrow))
{
   // This shouldn't be triggered by mouse
}​

 

Also sometimes I get this warning from InputMethodManager

 

Warn InputMethodManager Unable to send input event to IME: com.oculus.vrshell/com.oculus.panelapp.keyboardv2.KeyboardInputMethodService dropping: KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_DPAD_LEFT, scanCode=0, metaState=META_NUM_LOCK_ON, flags=0x400, repeatCount=0, eventTime=107623773, downTime=107623773, deviceId=-1, source=0x101, displayId=-1 }

 

Looks like it's trying to send mouse movement as a D-Pad button.
Has anyone else experienced this?

 

Replies have been turned off for this discussion