diff options
Diffstat (limited to 'src/lib/evas/Evas_Legacy.h')
-rw-r--r-- | src/lib/evas/Evas_Legacy.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/lib/evas/Evas_Legacy.h b/src/lib/evas/Evas_Legacy.h index 32ef78e4c1..e900090b88 100644 --- a/src/lib/evas/Evas_Legacy.h +++ b/src/lib/evas/Evas_Legacy.h | |||
@@ -1033,6 +1033,20 @@ EAPI const Evas_Lock *evas_key_lock_get(const Evas *obj) EINA_WARN_UNUSED_RESULT | |||
1033 | */ | 1033 | */ |
1034 | 1034 | ||
1035 | /** | 1035 | /** |
1036 | * @brief Returns whether the mouse pointer is logically inside the canvas. | ||
1037 | * | ||
1038 | * @param[in] obj The object. | ||
1039 | * @param[in] dev The pointer device. | ||
1040 | * | ||
1041 | * @return @c true if the pointer is inside, @c false otherwise. | ||
1042 | * | ||
1043 | * @since 1.19 | ||
1044 | * | ||
1045 | * @ingroup Evas_Canvas | ||
1046 | */ | ||
1047 | EAPI Eina_Bool evas_pointer_inside_by_device_get(const Evas *obj, Efl_Input_Device *dev); | ||
1048 | |||
1049 | /** | ||
1036 | * @brief Returns whether the default mouse pointer is logically inside the | 1050 | * @brief Returns whether the default mouse pointer is logically inside the |
1037 | * canvas. | 1051 | * canvas. |
1038 | * | 1052 | * |