Inherits AZ::EBusTraits.
|
static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Single |
|
static const AZ::EBusAddressPolicy | AddressPolicy = AZ::EBusAddressPolicy::Single |
|
◆ DecrementVisibleCounter()
virtual void UiCursorInterface::DecrementVisibleCounter |
( |
| ) |
|
|
pure virtual |
Decrement the UI Cursor visible counter. Should be paired with a call to IncrementVisibleCounter.
◆ GetUiCursorPosition()
virtual AZ::Vector2 UiCursorInterface::GetUiCursorPosition |
( |
| ) |
|
|
pure virtual |
Get the UI cursor position (in pixels) relative to the top-left corner of the UI overlay viewport
◆ IncrementVisibleCounter()
virtual void UiCursorInterface::IncrementVisibleCounter |
( |
| ) |
|
|
pure virtual |
Increment the UI Cursor visible counter. Should be paired with a call to DecrementVisibleCounter.
The documentation for this class was generated from the following file:
- Gems/LyShine/Code/Include/LyShine/Bus/UiCursorBus.h