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 cebc408 commit 5ab6f6eCopy full SHA for 5ab6f6e
site/source/docs/api_reference/html5.h.rst
@@ -1662,13 +1662,13 @@ Struct
1662
1663
An ID for the brand or style of the connected gamepad device. Typically, this will include the USB vendor and a product ID.
1664
1665
- Maximum size 64 ``char`` (i.e. ``EM_UTF8 id[128]``).
+ Maximum size 64 ``char`` (i.e. ``EM_UTF8 id[64]``).
1666
1667
.. c:member:: EM_UTF8 mapping
1668
1669
A string that identifies the layout or control mapping of this device.
1670
1671
- Maximum size 128 ``char`` (i.e. ``EM_UTF8 mapping[128]``).
+ Maximum size 64 ``char`` (i.e. ``EM_UTF8 mapping[64]``).
1672
1673
1674
0 commit comments