summaryrefslogtreecommitdiff
path: root/doc/base
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-09-10 16:46:00 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-09-10 16:46:00 -0300
commit2da3aaefc2509408284d77b01349231e6965ef20 (patch)
tree2148d4797ef4b06571c87ab5a4a4039009d6fe2f /doc/base
parent491dde2eb46a3d5af60256a21a23d6c32e4bfa46 (diff)
small clarification in doc
Diffstat (limited to 'doc/base')
-rw-r--r--doc/base/classes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 8ed783129d..095614e3ce 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -11467,7 +11467,7 @@
<argument index="1" name="event" type="InputEvent">
</argument>
<description>
- If your plugin is active (because handles() returned true to the object), any input interaction with the 2D canvas editor will be first forwarded here. The canvas transform (containing zoom and offset to transform to edited world coordinates) is provided, but the input supplied is in untransformed coordinates to the canvas editor.
+ If your plugin is active (because handles() returned true to the object), any input interaction with the 2D canvas editor will be first forwarded here. The canvas transform (containing zoom and offset to transform to edited world coordinates) is provided, but the input supplied is in untransformed coordinates to the canvas editor. Return true if you want to eat this event and not pass it to the canvas editor.
</description>
</method>
<method name="forward_draw_over_canvas" qualifiers="virtual">