summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-11-13 20:32:11 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-11-13 20:32:11 +0100
commit9d528c30eea921aeebcfc21ff4471a419c75a87d (patch)
tree2969b111f7d4e8b20494ae28b703f41211fc262d
parent3d22ab88a3cd6a8d9aef494c28139a5553abdde1 (diff)
downloadredot-cpp-9d528c30eea921aeebcfc21ff4471a419c75a87d.tar.gz
gdextension: Sync with upstream commit 64150060f89677eaf11229813ae6c5cf8a873802 (4.2-beta6)
-rw-r--r--gdextension/extension_api.json12
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
},