Some mapper fixes related to interfacing with mapper overlay. Fixes missing keyups etc. and these :)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3415
This commit is contained in:
parent
eca7e8600f
commit
fbfe0dbf3d
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ void MAPPER_AddHandler(MAPPER_Handler * handler,MapKeys key,Bitu mods,char const
|
|||
void MAPPER_Init(void);
|
||||
void MAPPER_StartUp(Section * sec);
|
||||
void MAPPER_Run(bool pressed);
|
||||
void MAPPER_RunInternal();
|
||||
void MAPPER_LosingFocus(void);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue