mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 20:59:00 +00:00
oops, accidentally commited this one
svn-id: r9465
This commit is contained in:
parent
996d4f1391
commit
679e818b0b
@ -714,7 +714,6 @@ bool OSystem_SDL_Common::poll_event(Event *event) {
|
||||
return true;
|
||||
|
||||
case SDL_MOUSEBUTTONDOWN:
|
||||
printf("Mousedown at %d,%d, button %d\n", ev.button.x, ev.button.y, ev.button.button);
|
||||
if (ev.button.button == SDL_BUTTON_LEFT)
|
||||
event->event_code = EVENT_LBUTTONDOWN;
|
||||
else if (ev.button.button == SDL_BUTTON_RIGHT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user