From 986e5e8827cfc3525deab786dab066cd7abd7aab Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Mon, 18 Sep 2017 20:42:52 +0900 Subject: efl: Add precise_position for input events The previous commit removed useless delta --- src/lib/eo/eina_types.eot | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/lib/eo') diff --git a/src/lib/eo/eina_types.eot b/src/lib/eo/eina_types.eot index f340ef3b0a..d483fe8eea 100644 --- a/src/lib/eo/eina_types.eot +++ b/src/lib/eo/eina_types.eot @@ -21,6 +21,12 @@ struct @extern Eina.Size2D { struct @extern Eina.File; [[Eina file data structure]] +struct @extern Eina.Vector2 { + [[A simple 2D vector type using floating point values.]] + x: double; [[X coordinate.]] + y: double; [[Y coordinate.]] +} + struct @extern Eina.Matrix3 { [[Eina 3x3 Matrix]] xx: double; [[XX matrix value]] -- cgit v1.2.1