Bug 822898 - Implement pointer events. Interface. r=smaug

This commit is contained in:
Oleg Romashin
2013-11-20 13:05:39 -08:00
parent 5070a5a139
commit 8111f3270e
16 changed files with 439 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ NS_EVENT_CLASS(Widget, MouseEvent)
NS_EVENT_CLASS(Widget, DragEvent)
NS_EVENT_CLASS(Widget, MouseScrollEvent)
NS_EVENT_CLASS(Widget, WheelEvent)
NS_EVENT_CLASS(Widget, PointerEvent)
// TouchEvents.h
NS_EVENT_CLASS(Widget, GestureNotifyEvent)