Home | History | Annotate | Download | only in platform

Lines Matching refs:PlatformWheelEvent

69     class PlatformWheelEvent {
71 PlatformWheelEvent()
120 PlatformWheelEvent(GdkEventScroll*);
124 PlatformWheelEvent(NSEvent *, NSView *windowView);
128 PlatformWheelEvent(QWheelEvent*);
129 PlatformWheelEvent(QGraphicsSceneWheelEvent*);
134 PlatformWheelEvent(HWND, WPARAM, LPARAM, bool isMouseHWheel);
135 PlatformWheelEvent(HWND, const FloatSize& delta, const FloatPoint& location);
139 PlatformWheelEvent(const wxMouseEvent&, const wxPoint&);
143 PlatformWheelEvent(BMessage*);