Skip to content

Commit 9d528c3

Browse files
committed
gdextension: Sync with upstream commit 64150060f89677eaf11229813ae6c5cf8a873802 (4.2-beta6)
1 parent 3d22ab8 commit 9d528c3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

gdextension/extension_api.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version_major": 4,
44
"version_minor": 2,
55
"version_patch": 0,
6-
"version_status": "beta5",
6+
"version_status": "beta6",
77
"version_build": "official",
8-
"version_full_name": "Godot Engine v4.2.beta5.official"
8+
"version_full_name": "Godot Engine v4.2.beta6.official"
99
},
1010
"builtin_class_sizes": [
1111
{
@@ -67178,6 +67178,14 @@
6717867178
"name": "NOTIFICATION_MOUSE_EXIT",
6717967179
"value": 42
6718067180
},
67181+
{
67182+
"name": "NOTIFICATION_MOUSE_ENTER_SELF",
67183+
"value": 60
67184+
},
67185+
{
67186+
"name": "NOTIFICATION_MOUSE_EXIT_SELF",
67187+
"value": 61
67188+
},
6718167189
{
6718267190
"name": "NOTIFICATION_FOCUS_ENTER",
6718367191
"value": 43

0 commit comments

Comments
 (0)