mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
Issue #80 - De-unify dom/gamepad
This commit is contained in:
parent
8c991b03a5
commit
040477a3f3
12 changed files with 23 additions and 7 deletions
|
|
@ -1,9 +1,13 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
* You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "GamepadEventChannelParent.h"
|
||||
|
||||
#include "GamepadPlatformService.h"
|
||||
#include "mozilla/Unused.h"
|
||||
#include "mozilla/dom/GamepadMonitoring.h"
|
||||
#include "mozilla/ipc/BackgroundParent.h"
|
||||
#include "nsThreadUtils.h"
|
||||
|
||||
namespace mozilla {
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
#include "GamepadTestChannelParent.h"
|
||||
|
||||
#include "mozilla/dom/GamepadPlatformService.h"
|
||||
#include "mozilla/ipc/BackgroundParent.h"
|
||||
#include "mozilla/Unused.h"
|
||||
|
||||
namespace mozilla {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue