Results 1 - 20 of 31

EventTarget

EventTarget is an interface implemented by objects that can receive events and may have listeners for them.
API DOM DOM Events Interface

ProgressEvent()

The ProgressEvent() constructor returns a newly created ProgressEvent, representing the current completion of a long process.
API Constructor DOM Events ProgressEvent

EventListener

This method is called whenever an event occurs of the type for which the EventListener interface was registered.
API DOM DOM Events NeedsContent NeedsMarkupWork

MouseEvent

The MouseEvent interface represents events that occur due to the user interacting with a pointing device (such as a mouse). Common events using this interface include click, dblclick, mouseup, mousedown.
API DOM DOM Events Interface Reference Référence

MouseEvent.metaKey

The MouseEvent.metaKey read-only property returning a Boolean that indicates if the Meta key was pressed (true) or not (false) when the event occured.
API DOM DOM Events Property Reference Référence

TouchEvent()

The TouchEvent() constructor creates a new TouchEvent.
API Constructor DOM events Reference touch

WindowEventHandlers.onpopstate

An event handler for the popstate event on the window.
API DOM events Events HTML5 Property Window

KeyboardEvent.code

The KeyboardEvent.code property represents a physical key on the keyboard (as opposed to the character generated by pressing the key). In other words, this property returns a value which isn't altered by keyboard layout or the state of the modifier keys.
API Code DOM Events KeyboardEvent Property Read-only Reference

MouseEvent.altKey

The MouseEvent.altKey read-only property is a Boolean indicates if the alt key was pressed (true) or not (false) when the event occurred.
API DOM DOM Events MouseEvent Property Read-only Reference Référence

MouseEvent.button

The MouseEvent.button read-only property indicates which button was pressed on the mouse to trigger the event.
API DOM DOM Events MouseEvent Property Read-only Reference Référence

MouseEvent.buttons

The MouseEvent.buttons read-only property indicates which buttons are pressed on the mouse when the event is triggered.
API DOM DOM Events Property Read-only Reference UIEvent

MouseEvent.ctrlKey

The MouseEvent.ctrlKey read-only property returns a Boolean that indicates if the control key was pressed (true) or not (false) when the event occured.
API DOM DOM Events MouseEvent Property Read-only Reference Référence

MouseEvent.getModifierState()

The MouseEvent.getModifierState() method returns the current state of the specified modifier key: true if the modifier is active (i.e., the modifier key is pressed or locked), otherwise, false.
API DOM DOM Events getModifierState Method MouseEvent Reference

MouseEvent.region

The MouseEvent.region read-only property returns the id of the canvas hit region affected by the event. If no hit region is affected, null is returned.
API Canvas DOM Events MouseEvent Property Read-only Reference Référence

MouseEvent.relatedTarget

The MouseEvent.relatedTarget read-only property is the secondary target for the event, if there is one. That is:
API DOM DOM Events MouseEvent Property Read-only Reference Référence