| 
    Tizen Native API
    5.5
    
   
   | 
  
  
  
 
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.