1
0
Fork 0

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:
Peter Veenstra 2009-06-01 10:26:14 +00:00
parent eca7e8600f
commit fbfe0dbf3d

View file

@ -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);