Members
Getter that returns if the button is down.
Event that is fired when the button is down.
Event that is fired when the mouse hovers the button. Fired only if device is not mobile.
Event that fired when the mouse is out of the view
Event that is fired when the button is pressed.
Event that fired when a down event happened inside the button and up event happened inside or outside of the button
Event that fired when mouse up event happens outside of the button after the down event happened inside the button boundaries.
Methods
Method called when the button pressed. To be overridden.
Name | Type | Attributes | Description |
---|---|---|---|
_e |
FederatedPointerEvent |
<optional> |
event data |
Method called when the mouse hovers the button. To be overridden. Fired only if device is not mobile.
Name | Type | Attributes | Description |
---|---|---|---|
_e |
FederatedPointerEvent |
<optional> |
event data |
Method called when the mouse leaves the button. To be overridden.
Name | Type | Attributes | Description |
---|---|---|---|
_e |
FederatedPointerEvent |
<optional> |
event data |
Method called when the mouse press down the button. To be overridden.
Name | Type | Attributes | Description |
---|---|---|---|
_e |
FederatedPointerEvent |
<optional> |
event data |
Method called when the button is up. To be overridden.
Name | Type | Attributes | Description |
---|---|---|---|
_e |
FederatedPointerEvent |
<optional> |
event data |
Method called when the up event happens outside of the button, after the down event happened inside the button boundaries. To be overridden.
Name | Type | Attributes | Description |
---|---|---|---|
_e |
FederatedPointerEvent |
<optional> |
event data |