Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Arrow keycodes don't match expected values in BlueEye.h #90

Open
normalvector opened this issue Nov 13, 2016 · 0 comments
Open

Arrow keycodes don't match expected values in BlueEye.h #90

normalvector opened this issue Nov 13, 2016 · 0 comments

Comments

@normalvector
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant