Open 3D Engine AzFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzFramework::InputSystemNotifications Class Reference

EBus interface used to listen for input system notifications. More...

#include <InputSystemNotificationBus.h>

Inherits AZ::EBusTraits.

Public Member Functions

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 Public Attributes

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.
 

Detailed Description

EBus interface used to listen for input system notifications.


The documentation for this class was generated from the following file: