mirror of
https://github.com/godotengine/godot.git
synced 2024-12-15 10:12:40 +08:00
5cecdfa8af
* `_gui_input`, `_input`, `_unhandled_input` and `_unhandled_key_input` are now regular C++ virutal functions. * Everything else converted to GDVIRTUAL * BIND_VMETHOD is gone, always use the new syntax from now on. Creating `_gui_input` method and using the binder to register events will no longer work, simply override the virtual function now. |
||
---|---|---|
.. | ||
doc_classes | ||
icons | ||
config.py | ||
register_types.cpp | ||
register_types.h | ||
SCsub | ||
visual_script_builtin_funcs.cpp | ||
visual_script_builtin_funcs.h | ||
visual_script_editor.cpp | ||
visual_script_editor.h | ||
visual_script_expression.cpp | ||
visual_script_expression.h | ||
visual_script_flow_control.cpp | ||
visual_script_flow_control.h | ||
visual_script_func_nodes.cpp | ||
visual_script_func_nodes.h | ||
visual_script_nodes.cpp | ||
visual_script_nodes.h | ||
visual_script_property_selector.cpp | ||
visual_script_property_selector.h | ||
visual_script_yield_nodes.cpp | ||
visual_script_yield_nodes.h | ||
visual_script.cpp | ||
visual_script.h |