kotobuki/IO-Framework-for-xR

When using a gesture sensor while on Wi-Fi, events corresponding to None are not issued

Opened this issue · 0 comments

When a joystick is connected, the value is Cente when the stick returns to the center.

sprintf((char *)joystickValueForReporting, "Center");

In contrast, when a gesture sensor is connected, the value becomes None when no gesture is detected.

sprintf((char *)joystickValueForReporting, "None");

A quick workaround is changing the library, as shown in the attached image. Fundamentally, it is necessary to unify the protocol for the two types of sensors that use the joystick channel.

スクリーンショット 2023-02-12 11 20 12