emscripten-core/emscripten

Bug in page:html5.h

Open

#18817 opened on Feb 22, 2023

View on GitHub
 (6 comments) (0 reactions) (1 assignee)C++ (27,361 stars) (3,519 forks)batch import
docsgood first bughelp wanted

Description

https://emscripten.org/docs/api_reference/html5.h.html#c.EmscriptenGamepadEvent.id

Maximum size 64 char (i.e. EM_UTF8 id[128]).

The id[128] should be id[64] instead?

URL: ../../docs/api_reference/html5.h

Contributor guide