Tizen Native API  4.0
External plug/socket infrastructure to remote canvases

These functions allow 1 process to create a "socket" was pluged into which another process can create a "plug" remotely to plug into. Socket can provides content for several plugs. This is best for small sized objects (about the size range of a small icon up to a few large icons). Sine the plug is actually an image object, you can fetch the pixel data

Since (EFL) :
1.2

Functions

void ecore_evas_pointer_xy_get (const Ecore_Evas *ee, Evas_Coord *x, Evas_Coord *y)
 Retrieves the coordinates of the mouse pointer.
Eina_Bool ecore_evas_pointer_warp (const Ecore_Evas *ee, Evas_Coord x, Evas_Coord y)
 Sets the coordinates of the mouse pointer.

Function Documentation

Eina_Bool ecore_evas_pointer_warp ( const Ecore_Evas *  ee,
Evas_Coord  x,
Evas_Coord  y 
)

Sets the coordinates of the mouse pointer.

Parameters:
eeThe Ecore_Evas containing the pointer
xThe horizontal coordinate to move the pointer to
yThe vertical coordinate to move the pointer to
Returns:
EINA_TRUE on success, EINA_FALSE on failure.
Since (EFL) :
1.8
Since :
3.0
void ecore_evas_pointer_xy_get ( const Ecore_Evas *  ee,
Evas_Coord x,
Evas_Coord y 
)

Retrieves the coordinates of the mouse pointer.

Parameters:
eeThe Ecore_Evas containing the pointer
xPointer to integer to store horizontal coordinate. May be NULL.
yPointer to integer to store vertical coordinate. May be NULL.
Since (EFL) :
1.8
Since :
3.0

Variable Documentation

this event is received when a plug has connected to an extn socket

Since (EFL) :
1.2

this event is received when a plug has disconnected from an extn socket

Since (EFL) :
1.2