Skip to content

Commit

Permalink
Update interfaces/pointerevents.idl (#24583)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofoolip committed Jul 14, 2020
1 parent 9f03986 commit 2300345
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions interfaces/pointerevents.idl
Expand Up @@ -9,11 +9,11 @@ dictionary PointerEventInit : MouseEventInit {
double height = 1;
float pressure = 0;
float tangentialPressure = 0;
long tiltX = 0;
long tiltY = 0;
long tiltX;
long tiltY;
long twist = 0;
double altitudeAngle = 0;
double azimuthAngle = 0;
double altitudeAngle;
double azimuthAngle;
DOMString pointerType = "";
boolean isPrimary = false;
sequence<PointerEvent> coalescedEvents = [];
Expand Down

0 comments on commit 2300345

Please sign in to comment.