Remove VR Hardware input support (gamepad type)

This resolves #881
This commit is contained in:
wolfbeast 2018-11-27 12:28:56 +01:00 • committed by Roy Tam
commit 7cc01b1884
3 changed files with 1 additions and 27 deletions

View file

@ -6,11 +6,9 @@ namespace mozilla{
namespace dom{
// Standard channel is used for managing gamepads that
// are from GamepadPlatformService. VR channel
// is for gamepads that are from VRManagerChild.
// are from GamepadPlatformService.
enum class GamepadServiceType : uint16_t {
Standard,
VR,
NumGamepadServiceType
};