DOMMouseEvent.initMouseEvent

class DOMMouseEvent
void
initMouseEvent
(
string type
,,,,
glong detail
,
glong screenX
,
glong screenY
,
glong clientX
,
glong clientY
,
bool ctrlKey
,
bool altKey
,,
bool metaKey
,
ushort button
,)

Parameters

type string

A #gchar

canBubble bool

A #gboolean

cancelable bool

A #gboolean

view DOMDOMWindow

A #WebKitDOMDOMWindow

detail glong

A #glong

screenX glong

A #glong

screenY glong

A #glong

clientX glong

A #glong

clientY glong

A #glong

ctrlKey bool

A #gboolean

altKey bool

A #gboolean

shiftKey bool

A #gboolean

metaKey bool

A #gboolean

button ushort

A #gushort

relatedTarget DOMEventTargetIF

A #WebKitDOMEventTarget

Detailed Description

Deprecated: Use JavaScriptCore API instead

Meta