File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,9 @@ static constexpr unsigned int cKeypadRight{118};
19
19
static constexpr unsigned int cKeypadUp {120 };
20
20
static constexpr unsigned int cKeypadCenter {69 };
21
21
22
- static constexpr unsigned int cCombinedKeypadUp {9990 };
23
- static constexpr unsigned int cCombinedKeypadDown {9991 };
24
- static constexpr unsigned int cCombinedKeypadLeft {9992 };
25
- static constexpr unsigned int cCombinedKeypadRight {9993 };
26
- static constexpr unsigned int cCombinedKeypadCenter {9994 };
22
+ // These keycodes match Windows keycodes so that works as well
23
+ static constexpr unsigned int cCombinedKeypadUp {450 };
24
+ static constexpr unsigned int cCombinedKeypadDown {456 };
25
+ static constexpr unsigned int cCombinedKeypadLeft {452 };
26
+ static constexpr unsigned int cCombinedKeypadRight {454 };
27
+ static constexpr unsigned int cCombinedKeypadCenter {453 };
You can’t perform that action at this time.
0 commit comments