mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 811178 - Send mousemove before mousedown and mouseup, r=cjones
This commit is contained in:
parent
82c5aee951
commit
d0ccd2d912
@ -1262,6 +1262,7 @@ TabChild::RecvHandleSingleTap(const nsIntPoint& aPoint)
|
||||
return true;
|
||||
}
|
||||
|
||||
RecvMouseEvent(NS_LITERAL_STRING("mousemove"), aPoint.x, aPoint.y, 0, 1, 0, false);
|
||||
RecvMouseEvent(NS_LITERAL_STRING("mousedown"), aPoint.x, aPoint.y, 0, 1, 0, false);
|
||||
RecvMouseEvent(NS_LITERAL_STRING("mouseup"), aPoint.x, aPoint.y, 0, 1, 0, false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user