mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
Return 0 when WM_MOUSEMOVE is processed.
This commit is contained in:
parent
8abc967397
commit
befd6a3766
@ -338,6 +338,7 @@ static LRESULT CALLBACK directx_wnd_proc(HWND wnd, UINT message, WPARAM wparam,
|
||||
if (_mouse_installed) {
|
||||
POINTS p = MAKEPOINTS(lparam);
|
||||
_al_win_mouse_handle_move(wnd, p.x, p.y);
|
||||
return 0;
|
||||
}
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user