diff options
| author | Juan Linietsky | 2015-04-02 07:22:17 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-04-02 07:22:17 -0300 |
| commit | 1572238adb5b68e18cf20ec73b2f437736e21152 (patch) | |
| tree | 4cf50ac1dd8d6253f4991ae5cb0b735841e9c661 /scene/gui/control.cpp | |
| parent | ebd743f7c215d65c877874cdf58b22437757fbc6 (diff) | |
| download | godot-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.cpp | 2 |
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") ); |
