Functions that allows finding objects by their position, name or other properties. More...
| Evas_Object * | evas_object_top_at_pointer_get (const Evas *e) | 
| Retrieve the Evas object stacked at the top at the position of the mouse cursor, over a given canvas.  More... | |
Functions that allows finding objects by their position, name or other properties.
| Evas_Object* evas_object_top_at_pointer_get | ( | const Evas * | e | ) | 
Retrieve the Evas object stacked at the top at the position of the mouse cursor, over a given canvas.
| e | A handle to the canvas. | 
This function will traverse all the layers of the given canvas, from top to bottom, querying for objects with areas covering the mouse pointer's position, over e.
References efl_data_scope_get(), efl_isa(), and EVAS_CANVAS_CLASS.