emscripten-core/emscripten

Bug in page:html5.h

Open

#18,817 opened on 2023年2月22日

GitHub で見る
 (6 comments) (0 reactions) (1 assignee)C++ (3,519 forks)batch import
docsgood first bughelp wanted

Repository metrics

Stars
 (27,361 stars)
PR merge metrics
 (平均マージ 19d 10h) (30d で 147 merged PRs)

説明

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

コントリビューターガイド