Searched refs:relativeEvent (Results 1 – 1 of 1) sorted by relevance
62 PlatformMouseEvent relativeEvent = e; in constructRelativeMouseEvent() local63 IntPoint& relativePos = const_cast<IntPoint&>(relativeEvent.position()); in constructRelativeMouseEvent()66 return relativeEvent; in constructRelativeMouseEvent()74 PlatformWheelEvent relativeEvent = e; in constructRelativeWheelEvent() local75 IntPoint& relativePos = const_cast<IntPoint&>(relativeEvent.position()); in constructRelativeWheelEvent()78 return relativeEvent; in constructRelativeWheelEvent()