import <uievents.idl;
|
| boolean | getModifierState (DOMString keyArg) |
| |
| void | initKeyboardEvent (DOMString typeArg, boolean bubblesArg, boolean cancelableArg, Window? viewArg, DOMString keyArg, unsigned long locationArg, DOMString modifiersListArg, boolean repeat, DOMString locale) |
| |
| void | initUIEvent (DOMString typeArg, boolean bubblesArg, boolean cancelableArg, Window? viewArg, long detailArg) |
| |
| void | stopPropagation () |
| |
| void | stopImmediatePropagation () |
| |
| void | preventDefault () |
| |
| void | initEvent (DOMString type, boolean bubbles, boolean cancelable) |
| |
Definition at line 90 of file uievents.idl.
◆ getModifierState()
| boolean KeyboardEvent::getModifierState |
( |
DOMString |
keyArg | ) |
|
◆ initKeyboardEvent()
| void KeyboardEvent::initKeyboardEvent |
( |
DOMString |
typeArg, |
|
|
boolean |
bubblesArg, |
|
|
boolean |
cancelableArg, |
|
|
Window? |
viewArg, |
|
|
DOMString |
keyArg, |
|
|
unsigned long |
locationArg, |
|
|
DOMString |
modifiersListArg, |
|
|
boolean |
repeat, |
|
|
DOMString |
locale |
|
) |
| |
◆ altKey
| readonly attribute boolean KeyboardEvent::altKey |
◆ charCode
| readonly attribute unsigned long KeyboardEvent::charCode |
◆ code
| readonly attribute DOMString KeyboardEvent::code |
◆ ctrlKey
| readonly attribute boolean KeyboardEvent::ctrlKey |
◆ DOM_KEY_LOCATION_LEFT
| const unsigned long KeyboardEvent::DOM_KEY_LOCATION_LEFT = 0x01 |
◆ DOM_KEY_LOCATION_NUMPAD
| const unsigned long KeyboardEvent::DOM_KEY_LOCATION_NUMPAD = 0x03 |
◆ DOM_KEY_LOCATION_RIGHT
| const unsigned long KeyboardEvent::DOM_KEY_LOCATION_RIGHT = 0x02 |
◆ DOM_KEY_LOCATION_STANDARD
| const unsigned long KeyboardEvent::DOM_KEY_LOCATION_STANDARD = 0x00 |
◆ isComposing
| readonly attribute boolean KeyboardEvent::isComposing |
◆ key
| readonly attribute DOMString KeyboardEvent::key |
◆ keyCode
| readonly attribute unsigned long KeyboardEvent::keyCode |
◆ location
| readonly attribute unsigned long KeyboardEvent::location |
◆ metaKey
| readonly attribute boolean KeyboardEvent::metaKey |
◆ repeat
| readonly attribute boolean KeyboardEvent::repeat |
◆ shiftKey
| readonly attribute boolean KeyboardEvent::shiftKey |
◆ which
| readonly attribute unsigned long KeyboardEvent::which |
The documentation for this interface was generated from the following file: