1. 首页
  2. 移动开发
  3. 其他
  4. suchipi game controller:Web Gamepad API的包装器 源码

suchipi game controller:Web Gamepad API的包装器 源码

上传者: 2021-04-05 15:26:48上传 ZIP文件 107KB 热度 7次
@suchipi/game-controller Web 周围的包装程序,减少了在应用程序中支持Gamepads所需的样板数量。 用法 import GameController from "@suchipi/game-controller" ; const player1 = new GameController ( ) ; // Or, to get a different controller index: const player2 = new GameController ( { id : 1 /* (defaults to 0) */ } ) ; // To listen to buttons going from unpressed to pressed: player1 . addEventListener ( "buttondown" , ( name ) => {
下载地址
用户评论