forked from mirrors/0ad
1e3cd00c72
This was SVN commit r6816.
9 lines
204 B
C
9 lines
204 B
C
#ifndef INCLUDED_KEYNAME
|
|
#define INCLUDED_KEYNAME
|
|
|
|
extern void InitKeyNameMap();
|
|
extern CStr FindKeyName( int keycode );
|
|
extern int FindKeyCode( const CStr& keyname );
|
|
|
|
#endif // #ifndef INCLUDED_KEYNAME
|