webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
Gamepad Interface Reference

import"Gamepad.idl";

Public Attributes

readonly attribute DOMString id
 
readonly attribute unsigned long index
 
readonly attribute unsigned long long timestamp
 
readonly attribute sequence< unrestricted float > axes
 
readonly attribute sequence< unrestricted float > buttons
 
readonly attribute boolean connected
 
readonly attribute double timestamp
 
readonly attribute DOMString mapping
 
readonly attribute sequence< double > axes
 
readonly attribute sequence< GamepadButtonbuttons
 

Member Data Documentation

◆ axes [1/2]

readonly attribute sequence<unrestricted float> Gamepad::axes

◆ axes [2/2]

readonly attribute sequence<double> Gamepad::axes

◆ buttons [1/2]

readonly attribute sequence<unrestricted float> Gamepad::buttons

◆ buttons [2/2]

◆ connected

readonly attribute boolean Gamepad::connected

◆ id

readonly attribute DOMString Gamepad::id

◆ index

readonly attribute unsigned long Gamepad::index

◆ mapping

readonly attribute DOMString Gamepad::mapping

◆ timestamp [1/2]

readonly attribute unsigned long long Gamepad::timestamp

◆ timestamp [2/2]

readonly attribute double Gamepad::timestamp

The documentation for this interface was generated from the following file: