Skip to content

Commit

Permalink
gdextension: Sync with upstream commit 64150060f89677eaf11229813ae6c5…
Browse files Browse the repository at this point in the history
…cf8a873802 (4.2-beta6)
  • Loading branch information
akien-mga committed Nov 13, 2023
1 parent 3d22ab8 commit 9d528c3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions gdextension/extension_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -67178,6 +67178,14 @@
"name": "NOTIFICATION_MOUSE_EXIT",
"value": 42
},
{
"name": "NOTIFICATION_MOUSE_ENTER_SELF",
"value": 60
},
{
"name": "NOTIFICATION_MOUSE_EXIT_SELF",
"value": 61
},
{
"name": "NOTIFICATION_FOCUS_ENTER",
"value": 43
Expand Down

0 comments on commit 9d528c3

Please sign in to comment.