Startpunkten
This commit is contained in:
12
Template_List/keycode.h
Normal file
12
Template_List/keycode.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __KEYCODE_H
|
||||
#define __KEYCODE_H
|
||||
const int LeftTop = 201;
|
||||
const int RightTop = 187;
|
||||
const int RightBottom = 188;
|
||||
const int LeftBottom = 200;
|
||||
const int HLine = 205;
|
||||
const int VLine = 186;
|
||||
const int ESC = 27;
|
||||
const int ENTER = 13;
|
||||
const int BACK = 8;
|
||||
#endif
|
||||
Reference in New Issue
Block a user