Forum Discussion
Amin89
1 year agoHonored Guest
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
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 1 year ago
- 8 months ago