Class pwlib.appEvent.guiResizeEnd
Extends
pwlib.appEvent.
The GUI element resize end event. This event is cancelable.
Defined in: script.js.
Constructor Attributes | Constructor Name and Description |
---|---|
pwlib.appEvent.guiResizeEnd(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.guiResizeEnd(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.