![]() |
XII Release 0.1.0
|
xiiInputComponent raises this event when it detects input More...
#include <InputComponent.h>
Public Member Functions | |
XII_DECLARE_MESSAGE_TYPE (xiiMsgInputActionTriggered, xiiEventMessage) | |
![]() | |
virtual const xiiRTTI * | GetDynamicRTTI () const |
bool | IsInstanceOf (const xiiRTTI *pType) const |
Returns whether the type of this instance is of the given type or derived from it. | |
template<typename T> | |
XII_ALWAYS_INLINE bool | IsInstanceOf () const |
Returns whether the type of this instance is of the given type or derived from it. | |
Public Attributes | |
xiiHashedString | m_sInputAction |
The input action string. | |
xiiEnum< xiiTriggerState > | m_TriggerState |
The 'trigger state', depending on the key state and the configuration on the xiiInputComponent. | |
float | m_fKeyPressValue |
For analog keys, how much they are pressed. Typically between 0 and 1. | |
Additional Inherited Members | |
![]() | |
static const xiiRTTI * | GetStaticRTTI () |
xiiInputComponent raises this event when it detects input