DOMKeyboardEvent.initKeyboardEvent

class DOMKeyboardEvent
void
initKeyboardEvent
(
string type
,,,,,
gulong location
,
bool ctrlKey
,
bool altKey
,,
bool metaKey
,)

Parameters

type string

A #gchar

canBubble bool

A #gboolean

cancelable bool

A #gboolean

view DOMDOMWindow

A #WebKitDOMDOMWindow

keyIdentifier string

A #gchar

location gulong

A #gulong

ctrlKey bool

A #gboolean

altKey bool

A #gboolean

shiftKey bool

A #gboolean

metaKey bool

A #gboolean

altGraphKey bool

A #gboolean

Detailed Description

Deprecated: Use JavaScriptCore API instead

Meta