Class pwlib.appEvent.guiResizeMouseMove
Extends
pwlib.appEvent.
The GUI element resize mouse move event. This event is not cancelable.
Defined in: script.js.
Constructor Attributes | Constructor Name and Description |
---|---|
pwlib.appEvent.guiResizeMouseMove(x, y, width, height)
|
Field Attributes | Field Name and Description |
---|---|
The element height.
|
|
The element width.
|
|
The mouse location on the x-axis.
|
|
The mouse location on the y-axis.
|
- Fields borrowed from class pwlib.appEvent:
- cancelable, defaultPrevented, target, type
- Methods borrowed from class pwlib.appEvent:
- preventDefault, stopPropagation, toString
Class Detail
pwlib.appEvent.guiResizeMouseMove(x, y, width, height)
- Parameters:
- {Number} x
- The mouse location on the x-axis.
- {Number} y
- The mouse location on the y-axis.
- {Number} width
- The element width.
- {Number} height
- The element height.
Field Detail
{Number}
height
The element height.
{Number}
width
The element width.
{Number}
x
The mouse location on the x-axis.
{Number}
y
The mouse location on the y-axis.