From a64769e15f8046e35a03dd8f36dddd55dfe615d1 Mon Sep 17 00:00:00 2001 From: "Jonas M. Gastal" Date: Wed, 29 Feb 2012 13:49:00 +0000 Subject: [PATCH] Add warning that people should probably use ecore evas instead of evas event feeding. SVN revision: 68554 --- legacy/evas/src/lib/Evas.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index 49d6fc41ae..b62dafa4fd 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/src/lib/Evas.h @@ -2495,6 +2495,11 @@ EAPI void evas_event_thaw_eval (Evas *e) EINA_ARG_NONN * Functions to tell Evas that input events happened and should be * processed. * + * @warning Most of the time these functions are @b not what you're looking for. + * These functions should only be used if you're not working with ecore evas(or + * another input handling system). If you're not using ecore evas please + * consider using it, in most situation it will make life a lot easier. + * * As explained in @ref intro_not_evas, Evas does not know how to poll * for input events, so the developer should do it and then feed such * events to the canvas to be processed. This is only required if