summaryrefslogtreecommitdiffstats
path: root/dom/gamepad/ipc/GamepadServiceType.h
blob: 6200cdfa9d0637aed44db8618ea8568d5af8b151 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

#ifndef mozilla_dom_GamepadServiceType_h_
#define mozilla_dom_GamepadServiceType_h_

namespace mozilla{
namespace dom{

// Standard channel is used for managing gamepads that
// are from GamepadPlatformService.
enum class GamepadServiceType : uint16_t {
  Standard,
  NumGamepadServiceType
};

}// namespace dom
}// namespace mozilla

#endif // mozilla_dom_GamepadServiceType_h_