WebIDLpedia

GamepadTouch interface

Definition

Gamepad Extensions defines GamepadTouch



[Exposed=Window, SecureContext]
interface GamepadTouch {
  readonly attribute unsigned long touchId;
  readonly attribute octet surfaceId;
  readonly attribute Float32Array position;
  readonly attribute Uint32Array? surfaceDimensions;
};

Methods and attributes that return objects implementing GamepadTouch

Referring IDL interfaces/dictionaries