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::InputDeviceImplementationRequestHandler< InputDeviceType > Class Template Reference

#include <InputDeviceRequestBus.h>

Inherits InputDeviceImplementationRequest::Bus::Handler.

Public Member Functions

AZ_INLINE InputDeviceImplementationRequestHandler (InputDeviceType &inputDevice)
 
 AZ_DISABLE_COPY_MOVE (InputDeviceImplementationRequestHandler)
 

Protected Member Functions

AZ_INLINE void SetCustomImplementation (typename InputDeviceType::ImplementationFactory implementationFactory) override
 InputDeviceImplementationRequest<InputDeviceType>::SetCustomImplementation
 

Detailed Description

template<class InputDeviceType>
class AzFramework::InputDeviceImplementationRequestHandler< InputDeviceType >

Templated EBus handler class that implements the InputDeviceImplementationRequest interface. To use this helper class your InputDeviceType class must posses all of the following traits, and they must all be accessible (either by being public or by making this helper a friend):

  • A nested InputDeviceType::Implementation class
  • A SetImplementation(AZStd::unique_ptr<InputDeviceType::Implementation>) function

Constructor & Destructor Documentation

◆ InputDeviceImplementationRequestHandler()

template<class InputDeviceType >
AZ_INLINE AzFramework::InputDeviceImplementationRequestHandler< InputDeviceType >::InputDeviceImplementationRequestHandler ( InputDeviceType &  inputDevice)
inline

Constructor

Parameters
[in]inputDeviceReference to the input device that owns this handler

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