Startpunkten
This commit is contained in:
12
Stack_And_Queue/keycode.h
Normal file
12
Stack_And_Queue/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;
|
||||
|
||||
Reference in New Issue
Block a user