IUIActions
ZepetoInputControl.IUIActions
Interface for UI actions.
Methods
OnCancel
▸ OnCancel($context
): void
On cancel.
Parameters
Name | Type | Description |
---|---|---|
$context | CallbackContext | Callback context. |
Returns
void
OnClick
▸ OnClick($context
): void
On click.
Parameters
Name | Type | Description |
---|---|---|
$context | CallbackContext | Callback context. |
Returns
void
OnMiddleClick
▸ OnMiddleClick($context
): void
On middle click.
Parameters
Name | Type | Description |
---|---|---|
$context | CallbackContext | Callback context. |
Returns
void
OnNavigate
▸ OnNavigate($context
): void
On navigate.
Parameters
Name | Type | Description |
---|---|---|
$context | CallbackContext | Callback context. |
Returns
void
OnPoint
▸ OnPoint($context
): void
On point.
Parameters
Name | Type | Description |
---|---|---|
$context | CallbackContext | Callback context. |
Returns
void
OnRightClick
▸ OnRightClick($context
): void
On right click.
Parameters
Name | Type | Description |
---|---|---|
$context | CallbackContext | Callback context. |
Returns
void
OnScrollWheel
▸ OnScrollWheel($context
): void
On scroll wheel.
Parameters
Name | Type | Description |
---|---|---|
$context | CallbackContext | Callback context. |
Returns
void
OnSubmit
▸ OnSubmit($context
): void
On submit.
Parameters
Name | Type | Description |
---|---|---|
$context | CallbackContext | Callback context. |
Returns
void
OnTrackedDeviceOrientation
▸ OnTrackedDeviceOrientation($context
): void
On tracked device orientation.
Parameters
Name | Type | Description |
---|---|---|
$context | CallbackContext | Callback context. |
Returns
void
OnTrackedDevicePosition
▸ OnTrackedDevicePosition($context
): void
On tracked device position.
Parameters
Name | Type | Description |
---|---|---|
$context | CallbackContext | Callback context. |
Returns
void