mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-10 03:44:16 +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) {
|
if (_mouse_installed) {
|
||||||
POINTS p = MAKEPOINTS(lparam);
|
POINTS p = MAKEPOINTS(lparam);
|
||||||
_al_win_mouse_handle_move(wnd, p.x, p.y);
|
_al_win_mouse_handle_move(wnd, p.x, p.y);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user