PlatformGestureEvent.h | 54 PlatformGestureEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, double timestamp, const IntSize& area, const FloatPoint& delta, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey) 58 , m_area(area) 67 const IntSize& area() const { return m_area; } function in class:WebCore::PlatformGestureEvent
|