layerX Returns the horizontal coordinate of the event relative to the current layer. Syntax coordinate = event.layerX Parameters coordinate is a number. Example // example here Notes Additional notes. Specification link to spec
Returns the horizontal coordinate of the event relative to the current layer.
coordinate = event.layerX
coordinate is a number.
// example here
Additional notes.
link to spec