From: Andy Williams Date: Thu, 13 Jul 2017 22:19:52 +0000 (+0100) Subject: doc: Include two missing properties X-Git-Tag: upstream/1.20.0~256 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77adf813d5cf75ac4ffbf5a715d11f5b4f9ae10e;p=platform%2Fupstream%2Fefl.git doc: Include two missing properties --- diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h index 64dd28f..c726a18 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 */