#include <KeyEvent.h>
Public Member Functions | |
LKeyPressedEvent (const EKey InKey, const int InRepeatCount) | |
FORCEINLINE EKey | GetKey () const |
FORCEINLINE int | GetRepeatCount () const |
FORCEINLINE std::string | ToString () const override |
![]() | |
virtual EEventType | GetType () const =0 |
virtual const char * | GetName () const =0 |
FORCEINLINE bool | IsHandled () const |
Additional Inherited Members | |
![]() | |
bool | bHandled = false |
|
inlineoverridevirtual |
Reimplemented from LkEngine::LEvent.