![]() |
ezEngine
Release 25.03
|
ezInputComponent raises this event when it detects input More...
#include <InputComponent.h>
Public Member Functions | |
EZ_DECLARE_MESSAGE_TYPE (ezMsgInputActionTriggered, ezEventMessage) | |
![]() | |
virtual const ezRTTI * | GetDynamicRTTI () const |
bool | IsInstanceOf (const ezRTTI *pType) const |
Returns whether the type of this instance is of the given type or derived from it. | |
template<typename T > | |
EZ_ALWAYS_INLINE bool | IsInstanceOf () const |
Returns whether the type of this instance is of the given type or derived from it. | |
Public Attributes | |
ezHashedString | m_sInputAction |
The input action string. | |
ezEnum< ezTriggerState > | m_TriggerState |
The 'trigger state', depending on the key state and the configuration on the ezInputComponent. | |
float | m_fKeyPressValue |
For analog keys, how much they are pressed. Typically between 0 and 1. | |
Additional Inherited Members | |
![]() | |
static const ezRTTI * | GetStaticRTTI () |
ezInputComponent raises this event when it detects input