X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fevents.c;h=c748bbcb41ebb5fa7ace9f22c4fa70f67f90aaf8;hb=0bccd025ed25c9af6d1a8bb6faecc9d8a41ea027;hp=42277b02e6c1947d5e0176b11657638aa68a7e49;hpb=f6bcc10ce7b517f04eb5cddf01c9ec29ee729b7e;p=rocksndiamonds.git diff --git a/src/events.c b/src/events.c index 42277b02..c748bbcb 100644 --- a/src/events.c +++ b/src/events.c @@ -407,9 +407,6 @@ void HandleButtonEvent(ButtonEvent *event) void HandleMotionEvent(MotionEvent *event) { - if (!PointerInWindow(window)) - return; /* window and pointer are on different screens */ - if (button_status == MB_RELEASED && game_status != GAME_MODE_EDITOR) return;