update some docs for Evas_Event_Mouse_Down even though none of this stuff is worthwhi...
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 10 Aug 2011 04:54:35 +0000 (04:54 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 10 Aug 2011 04:54:35 +0000 (04:54 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62283 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index 916521b..b4a92d1 100644 (file)
@@ -766,14 +766,14 @@ struct _Evas_Event_Mouse_Down /** Mouse button press event */
 {
    int button; /**< Mouse button number that went down (1 - 32) */
 
-   Evas_Point output;
-   Evas_Coord_Point canvas;
+   Evas_Point output; /**< The X/Y location of the cursor */
+   Evas_Coord_Point canvas; /**< The X/Y location of the cursor */
 
    void          *data;
-   Evas_Modifier *modifiers;
+   Evas_Modifier *modifiers; /**< modifier keys pressed during the event */
    Evas_Lock     *locks;
 
-   Evas_Button_Flags flags;
+   Evas_Button_Flags flags; /**< button flags set during the event */
    unsigned int      timestamp;
    Evas_Event_Flags  event_flags;
    Evas_Device      *dev;