Bug 977559 - PointerId we can get from system. r=mbrubeck,smaug

This commit is contained in:
Maksim Lebedev 2014-04-14 01:50:00 +02:00
Родитель 8c913bb1b5
Коммит a64f3ea049
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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);
}