aboutsummaryrefslogtreecommitdiffstats
path: root/key.h
diff options
context:
space:
mode:
Diffstat (limited to 'key.h')
-rw-r--r--key.h43
1 files changed, 43 insertions, 0 deletions
diff --git a/key.h b/key.h
new file mode 100644
index 0000000..9e94c0f
--- /dev/null
+++ b/key.h
@@ -0,0 +1,43 @@
+#ifndef INCLUDE_BLASSIC_KEY_H
+#define INCLUDE_BLASSIC_KEY_H
+
+// key.h
+// Revision 7-feb-2005
+
+#include <string>
+
+
+std::string string_from_key (unsigned int key);
+
+extern const std::string
+ strPAGEUP,
+ strPAGEDOWN,
+ strEND,
+ strHOME,
+ strLEFT,
+ strUP,
+ strRIGHT,
+ strDOWN,
+ strINSERT,
+ strDELETE,
+ strF1,
+ strF2,
+ strF3,
+ strF4,
+ strF5,
+ strF6,
+ strF7,
+ strF8,
+ strF9,
+ strF10,
+ strF11,
+ strF12,
+ strENTER,
+ strCLICK,
+ strSCLICK,
+ strRELEASE,
+ strSRELEASE;
+
+#endif
+
+// End of key.h
Un proyecto texto-plano.xyz