Skip to content

Commit 5ab6f6e

Browse files
authored
docs: html5.h.rst: id[128] changed to id[64] (#18966)
1 parent cebc408 commit 5ab6f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/source/docs/api_reference/html5.h.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1662,13 +1662,13 @@ Struct
16621662
16631663
An ID for the brand or style of the connected gamepad device. Typically, this will include the USB vendor and a product ID.
16641664
1665-
Maximum size 64 ``char`` (i.e. ``EM_UTF8 id[128]``).
1665+
Maximum size 64 ``char`` (i.e. ``EM_UTF8 id[64]``).
16661666
16671667
.. c:member:: EM_UTF8 mapping
16681668
16691669
A string that identifies the layout or control mapping of this device.
16701670
1671-
Maximum size 128 ``char`` (i.e. ``EM_UTF8 mapping[128]``).
1671+
Maximum size 64 ``char`` (i.e. ``EM_UTF8 mapping[64]``).
16721672
16731673
16741674

0 commit comments

Comments
 (0)