Home
last modified time | relevance | path

Searched refs:KeyCharMsg (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/pet_control/
H A Dpet_save.cpp52 bool CPetSave::KeyCharMsg(int key) { in KeyCharMsg() function in Titanic::CPetSave
53 if (CPetLoadSave::KeyCharMsg(key)) in KeyCharMsg()
H A Dpet_real_life.cpp73 bool CPetRealLife::KeyCharMsg(CKeyCharMsg *msg) { in KeyCharMsg() function in Titanic::CPetRealLife
74 return _glyphs.KeyCharMsg(msg->_key); in KeyCharMsg()
H A Dpet_glyphs.h139 virtual bool KeyCharMsg(int key) { return false; } in KeyCharMsg() function
402 bool KeyCharMsg(int key);
H A Dpet_save.h45 virtual bool KeyCharMsg(int key);
H A Dpet_load_save.h94 virtual bool KeyCharMsg(int key);
H A Dpet_real_life.h81 virtual bool KeyCharMsg(CKeyCharMsg *msg);
H A Dpet_conversations.h168 virtual bool KeyCharMsg(CKeyCharMsg *msg);
H A Dpet_section.h110 virtual bool KeyCharMsg(CKeyCharMsg *msg) { return false; } in KeyCharMsg() function
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/pet_control/
H A Dpet_save.cpp52 bool CPetSave::KeyCharMsg(int key) { in KeyCharMsg() function in Titanic::CPetSave
53 if (CPetLoadSave::KeyCharMsg(key)) in KeyCharMsg()
H A Dpet_real_life.cpp73 bool CPetRealLife::KeyCharMsg(CKeyCharMsg *msg) { in KeyCharMsg() function in Titanic::CPetRealLife
74 return _glyphs.KeyCharMsg(msg->_key); in KeyCharMsg()
H A Dpet_glyphs.h139 virtual bool KeyCharMsg(int key) { return false; } in KeyCharMsg() function
402 bool KeyCharMsg(int key);
H A Dpet_save.h45 bool KeyCharMsg(int key) override;
H A Dpet_load_save.h94 bool KeyCharMsg(int key) override;
H A Dpet_real_life.h81 bool KeyCharMsg(CKeyCharMsg *msg) override;
H A Dpet_conversations.h168 bool KeyCharMsg(CKeyCharMsg *msg) override;
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/star_control/
H A Dstar_control.cpp37 ON_MESSAGE(KeyCharMsg) in BEGIN_MESSAGE_MAP()
106 bool CStarControl::KeyCharMsg(CKeyCharMsg *msg) { in KeyCharMsg() function in Titanic::CStarControl
109 _view.KeyCharMsg(msg->_key, &errorCode); in KeyCharMsg()
H A Dstar_control.h38 bool KeyCharMsg(CKeyCharMsg *msg);
H A Dstar_view.h116 bool KeyCharMsg(int key, CErrorCode *errorCode);
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/star_control/
H A Dstar_control.cpp37 ON_MESSAGE(KeyCharMsg) in BEGIN_MESSAGE_MAP()
106 bool CStarControl::KeyCharMsg(CKeyCharMsg *msg) { in KeyCharMsg() function in Titanic::CStarControl
109 _view.KeyCharMsg(msg->_key, &errorCode); in KeyCharMsg()
H A Dstar_control.h38 bool KeyCharMsg(CKeyCharMsg *msg);
H A Dstar_view.h126 bool KeyCharMsg(int key, CErrorCode *errorCode);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/game/
H A Dmissiveomat.h45 bool KeyCharMsg(CKeyCharMsg *msg);
H A Dmissiveomat.cpp33 ON_MESSAGE(KeyCharMsg) in BEGIN_MESSAGE_MAP()
85 bool CMissiveOMat::KeyCharMsg(CKeyCharMsg *msg) { in KeyCharMsg() function in Titanic::CMissiveOMat
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/game/
H A Dmissiveomat.h45 bool KeyCharMsg(CKeyCharMsg *msg);
H A Dmissiveomat.cpp33 ON_MESSAGE(KeyCharMsg) in BEGIN_MESSAGE_MAP()
85 bool CMissiveOMat::KeyCharMsg(CKeyCharMsg *msg) { in KeyCharMsg() function in Titanic::CMissiveOMat

12