aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/control.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2015-04-02 07:22:17 -0300
committerJuan Linietsky2015-04-02 07:22:17 -0300
commit1572238adb5b68e18cf20ec73b2f437736e21152 (patch)
tree4cf50ac1dd8d6253f4991ae5cb0b735841e9c661 /scene/gui/control.cpp
parentebd743f7c215d65c877874cdf58b22437757fbc6 (diff)
downloadgodot-1572238adb5b68e18cf20ec73b2f437736e21152.tar.gz
godot-1572238adb5b68e18cf20ec73b2f437736e21152.tar.zst
godot-1572238adb5b68e18cf20ec73b2f437736e21152.zip
merging okam changes
Diffstat (limited to 'scene/gui/control.cpp')
-rw-r--r--scene/gui/control.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/control.cpp b/scene/gui/control.cpp
index 86f442fd8..c539dc328 100644
--- a/scene/gui/control.cpp
+++ b/scene/gui/control.cpp
@@ -2869,7 +2869,7 @@ void Control::_bind_methods() {
BIND_CONSTANT( SIZE_EXPAND_FILL );
ADD_SIGNAL( MethodInfo("resized") );
- ADD_SIGNAL( MethodInfo("input_event") );
+ ADD_SIGNAL( MethodInfo("input_event",PropertyInfo(Variant::INPUT_EVENT,"ev")) );
ADD_SIGNAL( MethodInfo("mouse_enter") );
ADD_SIGNAL( MethodInfo("mouse_exit") );
ADD_SIGNAL( MethodInfo("focus_enter") );