зеркало из https://github.com/mozilla/gecko-dev.git
226c880153
To collect the gamepad information on the user device, we introduce a chrome only function called RequestAllGamepads to Navigator. The function will return a promise which resolves when we get all gamepads info from the parent process. Note that we cannot rely on The existing navigator.getGamepads() function because it cannot allow us collecting gamepads info without the user interacts with the gamepads. Differential Revision: https://phabricator.services.mozilla.com/D207979 |
||
---|---|---|
.. | ||
android | ||
cocoa | ||
fallback | ||
ipc | ||
linux | ||
windows | ||
Gamepad.cpp | ||
Gamepad.h | ||
GamepadButton.cpp | ||
GamepadButton.h | ||
GamepadHandle.cpp | ||
GamepadHandle.h | ||
GamepadHapticActuator.cpp | ||
GamepadHapticActuator.h | ||
GamepadLightIndicator.cpp | ||
GamepadLightIndicator.h | ||
GamepadManager.cpp | ||
GamepadManager.h | ||
GamepadMonitoring.h | ||
GamepadPlatformService.cpp | ||
GamepadPlatformService.h | ||
GamepadPose.cpp | ||
GamepadPose.h | ||
GamepadPoseState.h | ||
GamepadRemapping.cpp | ||
GamepadRemapping.h | ||
GamepadServiceTest.cpp | ||
GamepadServiceTest.h | ||
GamepadTouch.cpp | ||
GamepadTouch.h | ||
GamepadTouchState.h | ||
moz.build |