summaryrefslogtreecommitdiffstats
path: root/ui/events/gesture_detection/motion_event_generic.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/events/gesture_detection/motion_event_generic.h')
-rw-r--r--ui/events/gesture_detection/motion_event_generic.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/events/gesture_detection/motion_event_generic.h b/ui/events/gesture_detection/motion_event_generic.h
index 6357342..2a9a606 100644
--- a/ui/events/gesture_detection/motion_event_generic.h
+++ b/ui/events/gesture_detection/motion_event_generic.h
@@ -18,6 +18,12 @@ struct GESTURE_DETECTION_EXPORT PointerProperties {
PointerProperties(float x, float y, float touch_major);
PointerProperties(const MotionEvent& event, size_t pointer_index);
+ // Sets |touch_major|, |touch_minor|, and |orientation| from the given radius
+ // and rotation angle (in degrees).
+ void SetAxesAndOrientation(float radius_x,
+ float radius_y,
+ float rotation_angle_degree);
+
int id;
MotionEvent::ToolType tool_type;
float x;