diff options
Diffstat (limited to 'src/lib/efl/interfaces/efl_canvas.eo')
-rw-r--r-- | src/lib/efl/interfaces/efl_canvas.eo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/efl/interfaces/efl_canvas.eo b/src/lib/efl/interfaces/efl_canvas.eo index 2711111c73..98da146f5f 100644 --- a/src/lib/efl/interfaces/efl_canvas.eo +++ b/src/lib/efl/interfaces/efl_canvas.eo | |||
@@ -209,10 +209,10 @@ interface Efl.Canvas () | |||
209 | A canvas begins with the mouse being assumed outside ($false). | 209 | A canvas begins with the mouse being assumed outside ($false). |
210 | ]] | 210 | ]] |
211 | } | 211 | } |
212 | /* keys { | 212 | keys { |
213 | seat: Efl.Input.Device @optional; [[The seat to consider, if $null | 213 | seat: Efl.Input.Device @optional; [[The seat to consider, if $null |
214 | then the default seat will be used.]] | 214 | then the default seat will be used.]] |
215 | } */ | 215 | } |
216 | values { | 216 | values { |
217 | inside: bool; [[$true if the mouse pointer is inside the canvas, | 217 | inside: bool; [[$true if the mouse pointer is inside the canvas, |
218 | $false otherwise]] | 218 | $false otherwise]] |