X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finput%2Fkeys.h;h=7d4822cae3647ffa51047fe5ebc6c41ddb08b012;hb=9580908b4c206675f912c0639d8f450bc42c504b;hp=c5822f89e14870170d09c3520be2e3720457e41e;hpb=1aca77b93853ee127ac3bbf6886f7f04920542ef;p=libs%2Fgui.git diff --git a/source/input/keys.h b/source/input/keys.h index c5822f8..7d4822c 100644 --- a/source/input/keys.h +++ b/source/input/keys.h @@ -6,6 +6,8 @@ namespace Input { enum { + KEY_NONE = 0x00, + // Codes 0x01-0x7E reserved for ASCII KEY_BACKSPACE = 0x08, KEY_TAB = 0x09,