summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Williams <andy@andywilliams.me>2017-07-13 23:19:52 +0100
committerAndy Williams <andy@andywilliams.me>2017-07-13 23:19:52 +0100
commit77adf813d5cf75ac4ffbf5a715d11f5b4f9ae10e (patch)
tree4e2fb1edbae426f2d4d0e3920558dcf02e538db5
parent625e1fae0a17b89847dff923542a0c655151dd39 (diff)
downloadefl-77adf813d5cf75ac4ffbf5a715d11f5b4f9ae10e.tar.gz
doc: Include two missing properties
-rw-r--r--src/lib/evas/Evas_Legacy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h
index 64dd28f56d..c726a18380 100644
--- a/src/lib/evas/Evas_Legacy.h
+++ b/src/lib/evas/Evas_Legacy.h
@@ -225,8 +225,8 @@ struct _Evas_Event_Mouse_Move /** Mouse move event */
struct _Evas_Event_Mouse_Wheel /** Wheel event */
{
- int direction; /* 0 = default up/down wheel FIXME: more wheel types */
- int z; /* ...,-2,-1 = down, 1,2,... = up */
+ int direction; /**< Axis of screen wheel - 0 = default up/down wheel, 1 = horizontal left/right wheel */
+ int z; /**< The step for the wheel movement relative to the direction above...,-2,-1 = down, 1,2,... = up */
Evas_Point output; /**< The X/Y location of the cursor */
Evas_Coord_Point canvas; /**< The X/Y location of the cursor */