Functions that allows finding objects by their position, name or other properties. More...
EVAS_API 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_API 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 EINA_POSITION2D, EINA_SAFETY_ON_NULL_RETURN_VAL, EINA_TRUE, and EVAS_CANVAS_CLASS.