Skip to content

Commit

Permalink
Merge pull request #18 from qpc001/master
Browse files Browse the repository at this point in the history
<fix>: fix the conflit with OpenCV3.X. It can build with OpenCV3.4.X now.
  • Loading branch information
FangGet authored Apr 24, 2022
2 parents d3390f9 + 58bb538 commit 0c470d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/mLib/include/core-util/keycodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
#define KEY_HOME 36

#define KEY_LEFT 37
#define KEY_UP 38
#define KEY__UP 38
#define KEY_RIGHT 39
#define KEY_DOWN 40
#define KEY__DOWN 40

#define KEY_INSERT 45
#define KEY_DELETE 46
Expand Down Expand Up @@ -94,4 +94,4 @@
#define KEY_F11 122
#define KEY_F12 123

#endif // KEYCODES_H_
#endif // KEYCODES_H_

0 comments on commit 0c470d9

Please sign in to comment.