Home | History | Annotate | Download | only in platform

Lines Matching refs:PlatformWheelEvent

87     class PlatformWheelEvent {
89 PlatformWheelEvent()
144 PlatformWheelEvent(GdkEventScroll*);
148 PlatformWheelEvent(const Evas_Event_Mouse_Wheel*);
153 PlatformWheelEvent(NSEvent *, NSView *windowView);
163 PlatformWheelEvent(QWheelEvent*);
164 PlatformWheelEvent(QGraphicsSceneWheelEvent*);
169 PlatformWheelEvent(HWND, WPARAM, LPARAM, bool isMouseHWheel);
170 PlatformWheelEvent(HWND, const FloatSize& delta, const FloatPoint& location);
174 PlatformWheelEvent(const wxMouseEvent&, const wxPoint&);
178 PlatformWheelEvent(BMessage*);