chromium/third_party/blink/renderer/modules/gamepad/gamepad_button_event_init.idl

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Initialization dictionary type for GamepadButtonEvent.
// https://docs.google.com/document/d/1rnQ1gU0iwPXbO7OvKS6KO9gyfpSdSQvKhK9_OkzUuKE

dictionary GamepadButtonEventInit : GamepadEventInit {
    unsigned long button;
    double value;
};