Results 1 - 10 of 10

UIEvent()

The UIEvent() constructor creates a new UIEvent.
API Constructor Reference Référence UIEvent

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

UIEvent.isChar

The UIEvent.isChar read-only property returns a Boolean indicating whether the event produced a key character or not.
API DOM Property Read-only Reference Référence UIEvent

UIEvent.view

The UIEvent.view read-only property returns the WindowProxy object from which the event was generated. In browsers, this is the Window object the event happened in.
API DOM NeedsLiveExample Property Read-only Reference Référence UIEvent