9#ifndef fsCHardwareCursorhdr
10#define fsCHardwareCursorhdr
18class fsCContextualHardwareCursor :
public fsICursor
20 friend class fsICursor;
23 static const fsCUniqueId mTypeId;
28 const fsIMessageDispatcher::sMessageParameters& pParam)
override;
30 ~fsCContextualHardwareCursor();
34 static void create(fsCEntity* pParent);
35 fsCContextualHardwareCursor(fsCEntity*
const pParent);
41 fsBool mCursorInvestigateActive;
Definition fsICursor.h:20
fsBool messageProcessDo(const fsCUniqueId &pMessageType, const fsIMessageDispatcher::sMessageParameters &pParam) override
Definition fsICursor.h:36
static fsIComponent * create(fsINode *const pParent)
Definition fsICursor.cpp:50
void listenersDeregisterDo() override
Definition fsICursor.h:35
void listenersRegisterDo() override
Definition fsICursor.h:34
bool fsBool
Definition fsBaseTypes.h:26