Tizen Native API
5.5
|
Finding Objects
Functions that allows finding objects by their position, name or other properties.
Function Documentation
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
- Parameters:
-
e A handle to the canvas.
- Returns:
- The Evas object that is over all other objects at the mouse pointer's position
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
.
- Warning:
- This function will skip objects parented by smart objects, acting only on the ones at the "top level", with regard to object parenting.
- Since :
- 3.0