mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 735553 - Copying touch events should copy the timestamp. r=smaug
This commit is contained in:
parent
6ca4cffe2a
commit
1ba8600131
@ -1549,6 +1549,11 @@ public:
|
||||
aEvent->widget,
|
||||
NS_TOUCH_EVENT)
|
||||
{
|
||||
isShift = aEvent->isShift;
|
||||
isControl = aEvent->isControl;
|
||||
isMeta = aEvent->isMeta;
|
||||
isAlt = aEvent->isAlt;
|
||||
time = aEvent->time;
|
||||
touches.AppendElements(aEvent->touches);
|
||||
MOZ_COUNT_CTOR(nsTouchEvent);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user