ashea-code / BLUI

Rich HTML UI engine for UE4
MIT License
859 stars 259 forks source link

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

Open normalvector opened 7 years ago

normalvector commented 7 years ago

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.