emscripten-core/emscripten

Bug in page:html5.h

Open

#18.817 aberto em 22 de fev. de 2023

Ver no 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

Guia do colaborador