feat: updated engine version to 4.4-rc1
This commit is contained in:
parent
ee00efde1f
commit
21ba8e33af
5459 changed files with 1128836 additions and 198305 deletions
|
|
@ -51,7 +51,6 @@ class InputEventConfigContainer : public VBoxContainer {
|
|||
|
||||
protected:
|
||||
void _notification(int p_what);
|
||||
static void _bind_methods();
|
||||
|
||||
public:
|
||||
void set_event(const Ref<InputEvent> &p_event);
|
||||
|
|
@ -71,7 +70,7 @@ class InputEventEditorPlugin : public EditorPlugin {
|
|||
GDCLASS(InputEventEditorPlugin, EditorPlugin);
|
||||
|
||||
public:
|
||||
virtual String get_name() const override { return "InputEvent"; }
|
||||
virtual String get_plugin_name() const override { return "InputEvent"; }
|
||||
|
||||
InputEventEditorPlugin();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue