We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d22ab8 commit 9d528c3Copy full SHA for 9d528c3
gdextension/extension_api.json
@@ -3,9 +3,9 @@
3
"version_major": 4,
4
"version_minor": 2,
5
"version_patch": 0,
6
- "version_status": "beta5",
+ "version_status": "beta6",
7
"version_build": "official",
8
- "version_full_name": "Godot Engine v4.2.beta5.official"
+ "version_full_name": "Godot Engine v4.2.beta6.official"
9
},
10
"builtin_class_sizes": [
11
{
@@ -67178,6 +67178,14 @@
67178
"name": "NOTIFICATION_MOUSE_EXIT",
67179
"value": 42
67180
67181
+ {
67182
+ "name": "NOTIFICATION_MOUSE_ENTER_SELF",
67183
+ "value": 60
67184
+ },
67185
67186
+ "name": "NOTIFICATION_MOUSE_EXIT_SELF",
67187
+ "value": 61
67188
67189
67190
"name": "NOTIFICATION_FOCUS_ENTER",
67191
"value": 43
0 commit comments