mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-24 15:55:14 +00:00
Similar patch for SDL1 -- although it doesn't really have clipboard
support, it works within an app.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user