Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  PointerEvent.webidl   Sprache: unbekannt

 
Spracherkennung für: .webidl vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * Portions Copyright 2013 Microsoft Open Technologies, Inc. */

interface WindowProxy;

[Exposed=Window]
interface PointerEvent : MouseEvent
{
  constructor(DOMString type, optional PointerEventInit eventInitDict = {});

  [NeedsCallerType]
  readonly attribute long pointerId;

  [NeedsCallerType]
  readonly attribute double width;
  [NeedsCallerType]
  readonly attribute double height;
  [NeedsCallerType]
  readonly attribute float pressure;
  [NeedsCallerType]
  readonly attribute float tangentialPressure;
  [NeedsCallerType]
  readonly attribute long tiltX;
  [NeedsCallerType]
  readonly attribute long tiltY;
  [NeedsCallerType]
  readonly attribute long twist;
  [NeedsCallerType]
  readonly attribute double altitudeAngle;
  [NeedsCallerType]
  readonly attribute double azimuthAngle;

  [NeedsCallerType]
  readonly attribute DOMString pointerType;
  readonly attribute boolean isPrimary;
  [NeedsCallerType]
  readonly attribute long persistentDeviceId;

  [Func="nsContentUtils::IsSecureContextOrWebExtension"]
  sequence<PointerEvent> getCoalescedEvents();
  sequence<PointerEvent> getPredictedEvents();
};

dictionary PointerEventInit : MouseEventInit
{
  long pointerId = 0;
  double width = 1.0;
  double height = 1.0;
  float pressure = 0;
  float tangentialPressure = 0;
  long tiltX;
  long tiltY;
  long twist = 0;
  double altitudeAngle;
  double azimuthAngle;
  DOMString pointerType = "";
  boolean isPrimary = false;
  long persistentDeviceId = 0;
  sequence<PointerEvent> coalescedEvents = [];
  sequence<PointerEvent> predictedEvents = [];
};

[Dauer der Verarbeitung: 0.15 Sekunden, vorverarbeitet 2026-08-25]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002