-fixes to vmethod for button

This commit is contained in:
Juan Linietsky
2014-12-02 17:26:56 -03:00
parent e361e8539c
commit 8ad12525a9
4 changed files with 33 additions and 2 deletions

View File

@ -95,6 +95,9 @@ public:
StringName _input;
StringName _ready;
StringName _pressed;
StringName _toggled;
StringName _update_scroll;
StringName _update_xform;