Stjórnun - GunnarThorunnarson/FORR3JS05DU GitHub Wiki

Lyklaborð

sjá einnig Object handlers: handleEvent


Pointer Events

  1. Why you should be using Pointer events
  2. MDN: Using Pointer Events

Notaðu Live Server og Local Port Forwarding í VS Code í tölvunni til að prófa touch virkni í síma (ath. vera loggaður á símanum líka á GitHub, notaðu live server og port 5500).


Hnitin (x og y)

clientX vs pageX vs offsetX

Mynd

  • The screenX Property The Screen area
  • The clientX Property The Window area
  • The pageX Property The Page (Document)
  • The offsetX Property The target Element (parent element), pointer’s position relative to the element that triggered the event.