webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"MouseEvent.idl";
Additional Inherited Members | |
Public Types inherited from Event | |
enum | EventType { EVENT_CLOSED, EVENT_MOVED, EVENT_RESIZED, EVENT_LOST_FOCUS, EVENT_GAINED_FOCUS, EVENT_TEXT_ENTERED, EVENT_KEY_PRESSED, EVENT_KEY_RELEASED, EVENT_MOUSE_WHEEL_MOVED, EVENT_MOUSE_BUTTON_PRESSED, EVENT_MOUSE_BUTTON_RELEASED, EVENT_MOUSE_MOVED, EVENT_MOUSE_ENTERED, EVENT_MOUSE_LEFT, EVENT_TEST } |
Properties inherited from UIEvent | |
UIKeyboardInputFlags | _inputFlags |
void MouseEvent::initMouseEvent | ( | optional DOMString | type = "undefined" , |
optional boolean | canBubble = false , |
||
optional boolean | cancelable = false , |
||
optional DOMWindow? | view = null , |
||
optional long | detail = 0 , |
||
optional long | screenX = 0 , |
||
optional long | screenY = 0 , |
||
optional long | clientX = 0 , |
||
optional long | clientY = 0 , |
||
optional boolean | ctrlKey = false , |
||
optional boolean | altKey = false , |
||
optional boolean | shiftKey = false , |
||
optional boolean | metaKey = false , |
||
optional unsigned short | button = 0 , |
||
optional any | relatedTarget = null |
||
) |
readonly attribute DataTransfer MouseEvent::dataTransfer |
readonly attribute EventTarget MouseEvent::relatedTarget |
const double MouseEvent::WEBKIT_FORCE_AT_FORCE_MOUSE_DOWN = 2 |
const double MouseEvent::WEBKIT_FORCE_AT_MOUSE_DOWN = 1 |