aboutsummaryrefslogtreecommitdiffstats
path: root/key.h
blob: 9e94c0f6057a1d52daedb71793f114908f21221c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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