Skip to content

Commit df5b1a9

Browse files
committed
gdextension: Sync with upstream commit fc79201851a16215f9554884aa242ed957801b10 (4.1.3-stable)
1 parent 04b3407 commit df5b1a9

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

gdextension/extension_api.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"header": {
33
"version_major": 4,
44
"version_minor": 1,
5-
"version_patch": 2,
5+
"version_patch": 3,
66
"version_status": "stable",
77
"version_build": "official",
8-
"version_full_name": "Godot Engine v4.1.2.stable.official"
8+
"version_full_name": "Godot Engine v4.1.3.stable.official"
99
},
1010
"builtin_class_sizes": [
1111
{
@@ -2593,6 +2593,22 @@
25932593
"name": "KEY_LAUNCHF",
25942594
"value": 4194415
25952595
},
2596+
{
2597+
"name": "KEY_GLOBE",
2598+
"value": 4194416
2599+
},
2600+
{
2601+
"name": "KEY_KEYBOARD",
2602+
"value": 4194417
2603+
},
2604+
{
2605+
"name": "KEY_JIS_EISU",
2606+
"value": 4194418
2607+
},
2608+
{
2609+
"name": "KEY_JIS_KANA",
2610+
"value": 4194419
2611+
},
25962612
{
25972613
"name": "KEY_UNKNOWN",
25982614
"value": 8388607
@@ -2880,22 +2896,6 @@
28802896
{
28812897
"name": "KEY_SECTION",
28822898
"value": 167
2883-
},
2884-
{
2885-
"name": "KEY_GLOBE",
2886-
"value": 4194416
2887-
},
2888-
{
2889-
"name": "KEY_KEYBOARD",
2890-
"value": 4194417
2891-
},
2892-
{
2893-
"name": "KEY_JIS_EISU",
2894-
"value": 4194418
2895-
},
2896-
{
2897-
"name": "KEY_JIS_KANA",
2898-
"value": 4194419
28992899
}
29002900
]
29012901
},

0 commit comments

Comments
 (0)