diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-08-18 20:04:08 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | d6cb06cd9ec1f941e8c7e05059c057e7139607df (patch) | |
| tree | c76ba7c81332247f33862aa16d6216c7d20d4de8 /src/fixer.h | |
| parent | 96a5583f3b37c0d56e60d726641834bfadf15d7a (diff) | |
Removed more unused code.
Implemented console input.
Diffstat (limited to 'src/fixer.h')
| -rw-r--r-- | src/fixer.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/fixer.h b/src/fixer.h index 42e088e..3240cc5 100644 --- a/src/fixer.h +++ b/src/fixer.h @@ -91,6 +91,17 @@ typedef struct SYSTEMTIME int wDay; } SYSTEMTIME; +#define VK_BACK 1 +#define VK_END 2 +#define VK_HOME 3 +#define VK_LEFT 4 +#define VK_UP 5 +#define VK_RIGHT 6 +#define VK_DOWN 7 +#define VK_INSERT 8 +#define VK_DELETE 9 +#define VK_TAB 10 + #define INVALID_HANDLE_VALUE -1 #define GENERIC_WRITE 0x0001 #define CREATE_ALWAYS 0x0002 |
