Add startmapper and update documentation
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1957
This commit is contained in:
parent
c15193d8f5
commit
3ec0837030
3 changed files with 53 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue