diff options
Diffstat (limited to 'src/lib/evas/canvas/evas_canvas.eo')
-rw-r--r-- | src/lib/evas/canvas/evas_canvas.eo | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/lib/evas/canvas/evas_canvas.eo b/src/lib/evas/canvas/evas_canvas.eo index cb6b902738..6da7eef058 100644 --- a/src/lib/evas/canvas/evas_canvas.eo +++ b/src/lib/evas/canvas/evas_canvas.eo | |||
@@ -269,17 +269,6 @@ class Evas.Canvas (Efl.Object, Efl.Canvas, Efl.Animator, Efl.Input.Interface, | |||
269 | y: int; [[The pointer to an integer to be filled in.]] | 269 | y: int; [[The pointer to an integer to be filled in.]] |
270 | } | 270 | } |
271 | } | 271 | } |
272 | @property pointer_inside_by_device { | ||
273 | [[Returns whether the mouse pointer is logically inside the | ||
274 | canvas. @since 1.19]] | ||
275 | keys { | ||
276 | dev: Efl.Input.Device; [[The pointer device.]] | ||
277 | } | ||
278 | get {} | ||
279 | values { | ||
280 | in: bool; [[$true if the pointer is inside, $false otherwise.]] | ||
281 | } | ||
282 | } | ||
283 | @property image_max_size { | 272 | @property image_max_size { |
284 | get { | 273 | get { |
285 | [[Get the maximum image size evas can possibly handle. | 274 | [[Get the maximum image size evas can possibly handle. |