Searched defs:TouchPoint (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dtouch_point.h15 class TouchPoint { class in namespace:pp
17 TouchPoint() : touch_point_(PP_MakeTouchPoint()) {} function in class:pp::TouchPoint
19 TouchPoint(const PP_TouchPoint& point) : touch_point_(point) {} function in class:pp::TouchPoint
21 /// @return The identifier for this TouchPoint. This corresponds to the order
29 /// @return The x-y coordinates of this TouchPoint, in DOM coordinate space.
35 /// of this TouchPoint.
38 /// @return The angle of rotation of the elliptical model of this TouchPoint
42 /// @return The pressure applied to this TouchPoint. This is typically a

Completed in 263 milliseconds