blob: 4291a7eb051c25753f9363b48f754f897df02ac1 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.html#gamepadevent-interface
dictionary GamepadEventInit : EventInit {
Gamepad gamepad;
};