DOMWheelEvent.initWheelEvent

class DOMWheelEvent
void
initWheelEvent
(,,,
glong screenX
,
glong screenY
,
glong clientX
,
glong clientY
,
bool ctrlKey
,
bool altKey
,,
bool metaKey
)

Parameters

wheelDeltaX glong

A #glong

wheelDeltaY glong

A #glong

view DOMDOMWindow

A #WebKitDOMDOMWindow

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

Detailed Description

Deprecated: Use JavaScriptCore API instead

Meta