Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenkeycodes.h
Go to the documentation of this file.
00001 /* 00002 * FreeLoader 00003 * Copyright (C) 1998-2003 Brian Palmer <brianp@sginet.com> 00004 * 00005 * This program is free software; you can redistribute it and/or modify 00006 * it under the terms of the GNU General Public License as published by 00007 * the Free Software Foundation; either version 2 of the License, or 00008 * (at your option) any later version. 00009 * 00010 * This program is distributed in the hope that it will be useful, 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 * GNU General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU General Public License along 00016 * with this program; if not, write to the Free Software Foundation, Inc., 00017 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 00018 */ 00019 00020 #pragma once 00021 00022 // Key codes 00023 #define KEY_EXTENDED 0x00 00024 #define KEY_ENTER 0x0D 00025 #define KEY_BACKSPACE 0x08 00026 #define KEY_SPACE 0x20 00027 #define KEY_LEFTSHIFT 0x2A 00028 #define KEY_HOME 0x47 00029 #define KEY_UP 0x48 00030 #define KEY_DOWN 0x50 00031 #define KEY_LEFT 0x4B 00032 #define KEY_RIGHT 0x4D 00033 #define KEY_ESC 0x1B 00034 #define KEY_CAPS_LOCK 0x3A 00035 #define KEY_F1 0x3B 00036 #define KEY_F2 0x3C 00037 #define KEY_F3 0x3D 00038 #define KEY_F4 0x3E 00039 #define KEY_F5 0x3F 00040 #define KEY_F6 0x40 00041 #define KEY_F7 0x41 00042 #define KEY_F8 0x42 00043 #define KEY_F9 0x43 00044 #define KEY_F10 0x44 00045 #define KEY_KEYPAD_PLUS 0x4e 00046 #define KEY_END 0x4f 00047 #define KEY_SEND 0xE7 Generated on Sun May 27 2012 04:19:14 for ReactOS by
1.7.6.1
|