diff options
-rw-r--r-- | gdextension/extension_api.json | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/gdextension/extension_api.json b/gdextension/extension_api.json index ef24440..97e3a3b 100644 --- a/gdextension/extension_api.json +++ b/gdextension/extension_api.json @@ -3,9 +3,9 @@ "version_major": 4, "version_minor": 2, "version_patch": 0, - "version_status": "beta5", + "version_status": "beta6", "version_build": "official", - "version_full_name": "Godot Engine v4.2.beta5.official" + "version_full_name": "Godot Engine v4.2.beta6.official" }, "builtin_class_sizes": [ { @@ -67179,6 +67179,14 @@ "value": 42 }, { + "name": "NOTIFICATION_MOUSE_ENTER_SELF", + "value": 60 + }, + { + "name": "NOTIFICATION_MOUSE_EXIT_SELF", + "value": 61 + }, + { "name": "NOTIFICATION_FOCUS_ENTER", "value": 43 }, |