EBus interface used to listen for input system notifications.
More...
#include <InputSystemNotificationBus.h>
Inherits AZ::EBusTraits.
|
|
virtual | ~InputSystemNotifications ()=default |
| | Default destructor.
|
| |
|
virtual void | OnPreInputUpdate () |
| | Override to be notified right before the input system is about to tick input devices.
|
| |
|
virtual void | OnPostInputUpdate () |
| | Override to be notified right after the input system is about to tick input devices.
|
| |
|
|
static const AZ::EBusAddressPolicy | AddressPolicy = AZ::EBusAddressPolicy::Single |
| | EBus Trait: input notifications are addressed to a single address.
|
| |
|
static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Multiple |
| | EBus Trait: input notifications can be handled by multiple listeners.
|
| |
EBus interface used to listen for input system notifications.
The documentation for this class was generated from the following file:
- Code/Framework/AzFramework/AzFramework/Input/Buses/Notifications/InputSystemNotificationBus.h