#include <InputChannelEventFilter.h>
Inherited by AzFramework::InputChannelEventFilterExclusionList, and AzFramework::InputChannelEventFilterInclusionList.
Public Member Functions | |
| InputChannelEventFilter ()=default | |
| Default constructor. | |
| AZ_DEFAULT_COPY (InputChannelEventFilter) | |
| virtual | ~InputChannelEventFilter ()=default |
| Default destructor. | |
| virtual bool | DoesPassFilter (const InputChannel &inputChannel) const =0 |
Class that filters input events by channel name, device name, local user id, or any combination of the three.
|
pure virtual |
Check whether an input channel should pass through the filter
| [in] | inputChannel | The input channel to be filtered |
Implemented in AzFramework::InputChannelEventFilterInclusionList, and AzFramework::InputChannelEventFilterExclusionList.