init_wheel_event
Description:
[
Version ( deprecated =
true , deprecated_since =
"2.22" ) ]
public void init_wheel_event (
long wheelDeltaX,
long wheelDeltaY,
DOMWindow view,
long screenX,
long screenY,
long clientX,
long clientY,
bool ctrlKey,
bool altKey,
bool shiftKey,
bool metaKey)
Warning: init_wheel_event is deprecated since 2.22.
Parameters:
this |
A WheelEvent
|
wheelDeltaX |
A long
|
wheelDeltaY |
A long
|
view |
A DOMWindow
|
screenX |
A long
|
screenY |
A long
|
clientX |
A long
|
clientY |
A long
|
ctrlKey |
A bool
|
altKey |
A bool
|
shiftKey |
A bool
|
metaKey |
A bool
|