emscripten-core/emscripten

Bug in page:html5.h

Open

#18,817 创建于 2023年2月22日

在 GitHub 查看
 (6 评论) (0 反应) (1 负责人)C++ (27,361 star) (3,519 fork)batch import
docsgood first bughelp wanted

描述

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

贡献者指南