blob: 0f423aa89c4be5513e9b4d0b8207552f5c780c85 [file] [log] [blame]
// Copyright 2018 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.
// Initialization dictionary type for GamepadButtonEvent.
// https://docs.google.com/document/d/1rnQ1gU0iwPXbO7OvKS6KO9gyfpSdSQvKhK9_OkzUuKE
dictionary GamepadButtonEventInit : GamepadEventInit {
unsigned long button;
double value;
};