Ssage
How to Use the HTML5 Gamepad API (with complete examples) | Gabriel Romualdo (xtrp) - Full Stack Web-Developer
The HTML5 Gamepad API is one of the more exciting HTML5 APIs in my opinion. It allows a website to pretty easily take input from a game controller that is connected to the user's machine. The API supports hundreds of game controllers, both wireless and wired, including Xbox One controllers and PS4...
https://xtrp.io/blog/2020/12/15/how-to-use-the-html5-gamepad-api/
document
Using the Gamepad API - Web API | MDN
HTML5 introduced many of the necessary components for rich, interactive game development. Technologies like , WebGL, , and , along with JavaScript implementations, have matured to the point where they can now support many tasks previously requiring native code. The Gamepad API is a way for developers and designers to access and use gamepads and other game controllers.
https://developer.mozilla.org/ko/docs/Web/API/Gamepad_API/Using_the_Gamepad_API

Gamepad API - Web API | MDN
게임패드 API는 게임패드와 다른 게임 제어장치의 신호에 쉬운 일관된 방식으로 접근하고 응답하는 개발자들을 위한 수단이다. 게임패드 API는 세 가지 인터페이스와연결, 연결 해제되고 게임 패드 자체에 대한 다른 정보에 접근하고 어떤 버튼과 다른 조작 장치들이 현재 눌린 것에 응답하는 두 가지 이벤트 그리고 한 가지 특수 기능이 포함되어 있다.
https://developer.mozilla.org/ko/docs/Web/API/Gamepad_API

official
Gamepad
The Gamepad specification defines a low-level interface that represents gamepad devices. This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in theW3C technical reports index at https://www.w3.org/TR/.
https://www.w3.org/TR/gamepad/

Seonglae Cho