emscripten-core/emscripten

Bug in page:html5.h

Open

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

GitHub で見る
 (6 comments) (0 reactions) (1 assignee)C++ (27,361 stars) (3,519 forks)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

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