Similar patch for SDL1 -- although it doesn't really have clipboard

support, it works within an app.
This commit is contained in:
William McBrine
2019-08-23 18:11:53 -04:00
parent 12d3876f67
commit 145cd3317d

View File

@@ -370,9 +370,7 @@ int PDC_get_key(void)
case SDL_MOUSEBUTTONUP:
case SDL_MOUSEBUTTONDOWN:
oldkey = SDLK_SPACE;
if (SP->_trap_mbe)
return _process_mouse_event();
break;
return _process_mouse_event();
case SDL_KEYUP:
case SDL_KEYDOWN:
PDC_mouse_set();