You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
My JoyHub Pearlconch device supports rotation. This is reflected in its properties. However, calling device.rotate() errors out, telling me rotation is not supported. I am able to use rotation manually via IntiFace GUI. Vibration works fine.
Logging out device.rotateAttributes results in an empty array. The device object itself clearly shows the rotation function tho. Seems like the library is misinterpreting feature data, but that's just an educated guess.
Describe the bug
My JoyHub Pearlconch device supports rotation. This is reflected in its properties. However, calling
device.rotate()
errors out, telling me rotation is not supported. I am able to use rotation manually via IntiFace GUI. Vibration works fine.Logging out
device.rotateAttributes
results in an empty array. The device object itself clearly shows the rotation function tho. Seems like the library is misinterpreting feature data, but that's just an educated guess.Expected behavior
The device should rotate.
Additional context
Example Code (TypeScript):
Resulting Error:
Device object, clearly showing rotate capability:
The text was updated successfully, but these errors were encountered: