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
{{ message }}
This repository has been archived by the owner on May 3, 2019. It is now read-only.
This doesn't match the standard mapping though where leftarrowkey = 37, uparrowkey = 38, rightarrowkey = 39, and downarrowkey = 40, and so cursor key controls seem scrambled when 'Special Key Press' node is used.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In BluEye.h the cursor keycodes are declared as:
leftarrowkey = 37 UMETA(DisplayName = "Left Arrow"),
rightarrowkey = 38 UMETA(DisplayName = "Right Arrow"),
downarrowkey = 39 UMETA(DisplayName = "Down Arrow"),
uparrowkey = 40 UMETA(DisplayName = "Up Arrow"),
This doesn't match the standard mapping though where leftarrowkey = 37, uparrowkey = 38, rightarrowkey = 39, and downarrowkey = 40, and so cursor key controls seem scrambled when 'Special Key Press' node is used.
The text was updated successfully, but these errors were encountered: