2011-08-03 22:12:08 +04:00
|
|
|
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2015-05-03 22:32:37 +03:00
|
|
|
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
|
2011-08-03 22:12:08 +04:00
|
|
|
/* 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/. */
|
|
|
|
|
|
|
|
|
|
|
|
namespace mozilla {
|
2015-04-24 01:05:29 +03:00
|
|
|
namespace dom {
|
2011-08-03 22:12:08 +04:00
|
|
|
|
2015-04-24 01:05:29 +03:00
|
|
|
void StartGamepadMonitoring()
|
|
|
|
{
|
|
|
|
}
|
2011-08-03 22:12:08 +04:00
|
|
|
|
2015-04-24 01:05:29 +03:00
|
|
|
void StopGamepadMonitoring()
|
|
|
|
{
|
|
|
|
}
|
2011-08-03 22:12:08 +04:00
|
|
|
|
2015-04-24 01:05:29 +03:00
|
|
|
} // namespace dom
|
2011-08-03 22:12:08 +04:00
|
|
|
} // namespace mozilla
|