Issue #80 - De-unify dom/gamepad

This commit is contained in:
wolfbeast 2020-04-20 18:08:32 +02:00 committed by Roy Tam
commit 040477a3f3
12 changed files with 23 additions and 7 deletions

View file

@ -7,11 +7,14 @@
#ifndef mozilla_dom_GamepadManager_h_
#define mozilla_dom_GamepadManager_h_
#include "nsGlobalWindow.h"
#include "nsIIPCBackgroundChildCreateCallback.h"
#include "nsIObserver.h"
// Needed for GamepadMappingType
#include "mozilla/dom/GamepadBinding.h"
#include "mozilla/dom/GamepadPoseState.h"
#include "mozilla/dom/GamepadServiceType.h"
#include "nsRefPtrHashtable.h"
class nsGlobalWindow;