1
0
Fork 0

Add startmapper and update documentation

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1957
This commit is contained in:
Peter Veenstra 2004-09-09 10:36:45 +00:00
parent c15193d8f5
commit 3ec0837030
3 changed files with 53 additions and 8 deletions

View file

@ -27,6 +27,12 @@ enum MapKeys {
typedef void (MAPPER_Handler)(void);
void MAPPER_AddHandler(MAPPER_Handler * handler,MapKeys key,Bitu mods,char * eventname,char * buttonname);
void MAPPER_Init(void);
void MAPPER_StartUp(Section * sec);
void MAPPER_Run(void);
#define MMOD1 0x1
#define MMOD2 0x2