Automatically turn on process callbacks if relevant callbacks in node exists

This commit is contained in:
Juan Linietsky
2016-08-07 20:08:15 -03:00
parent b77200728e
commit 0b8f0670c5
2 changed files with 18 additions and 1 deletions

View File

@ -443,7 +443,7 @@ int keycode_get_count() {
}
int keycode_get_value_by_index(int p_index) {
_keycodes[p_index].code;
return _keycodes[p_index].code;
}
const char* keycode_get_name_by_index(int p_index) {