зеркало из https://github.com/mozilla/gecko-dev.git
Bug 977559 - PointerId we can get from system. r=mbrubeck,smaug
This commit is contained in:
Родитель
8c913bb1b5
Коммит
a64f3ea049
|
@ -488,6 +488,7 @@ MetroInput::OnPointerNonTouch(UI::Input::IPointerPoint* aPoint) {
|
|||
WidgetMouseEvent::eReal,
|
||||
WidgetMouseEvent::eNormal);
|
||||
event->button = button;
|
||||
aPoint->get_PointerId(&event->pointerId);
|
||||
InitGeckoMouseEventFromPointerPoint(event, aPoint);
|
||||
DispatchAsyncEventIgnoreStatus(event);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче