|
Tizen Native API
5.0
|
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
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. | |
| Eina_Bool ecore_evas_pointer_warp | ( | const Ecore_Evas * | ee, |
| Evas_Coord | x, | ||
| Evas_Coord | y | ||
| ) |
Sets the coordinates of the mouse pointer.
| ee | The Ecore_Evas containing the pointer |
| x | The horizontal coordinate to move the pointer to |
| y | The vertical coordinate to move the pointer to |
EINA_TRUE on success, EINA_FALSE on failure.| void ecore_evas_pointer_xy_get | ( | const Ecore_Evas * | ee, |
| Evas_Coord * | x, | ||
| Evas_Coord * | y | ||
| ) |
Retrieves the coordinates of the mouse pointer.
| ee | The Ecore_Evas containing the pointer |
| x | Pointer to integer to store horizontal coordinate. May be NULL. |
| y | Pointer to integer to store vertical coordinate. May be NULL. |
this event is received when a plug has connected to an extn socket
this event is received when a plug has disconnected from an extn socket