1
0
Fork 0

fix keyboard handling for sdl windib driver as far as possible

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2670
This commit is contained in:
Sebastian Strohhäcker 2006-07-10 19:32:15 +00:00
parent 06297a72ae
commit dca519a601
3 changed files with 62 additions and 2 deletions

View file

@ -64,6 +64,10 @@ void GFX_SwitchFullScreen(void);
bool GFX_StartUpdate(Bit8u * & pixels,Bitu & pitch);
void GFX_EndUpdate( const Bit16u *changedLines );
#if defined (WIN32)
bool GFX_SDLUsingWinDIB(void);
#endif
/* Mouse related */
void GFX_CaptureMouse(void);
extern bool mouselocked; //true if mouse is confined to window