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

qqsociable34683 6 0 ZIP 2021-04-05 15:04:48

@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 ) => {

用户评论
请输入评论内容
评分:
暂无评论