/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/pet_control/ |
H A D | pet_save.cpp | 52 bool CPetSave::KeyCharMsg(int key) { in KeyCharMsg() function in Titanic::CPetSave 53 if (CPetLoadSave::KeyCharMsg(key)) in KeyCharMsg()
|
H A D | pet_real_life.cpp | 73 bool CPetRealLife::KeyCharMsg(CKeyCharMsg *msg) { in KeyCharMsg() function in Titanic::CPetRealLife 74 return _glyphs.KeyCharMsg(msg->_key); in KeyCharMsg()
|
H A D | pet_glyphs.h | 139 virtual bool KeyCharMsg(int key) { return false; } in KeyCharMsg() function 402 bool KeyCharMsg(int key);
|
H A D | pet_save.h | 45 virtual bool KeyCharMsg(int key);
|
H A D | pet_load_save.h | 94 virtual bool KeyCharMsg(int key);
|
H A D | pet_real_life.h | 81 virtual bool KeyCharMsg(CKeyCharMsg *msg);
|
H A D | pet_conversations.h | 168 virtual bool KeyCharMsg(CKeyCharMsg *msg);
|
H A D | pet_section.h | 110 virtual bool KeyCharMsg(CKeyCharMsg *msg) { return false; } in KeyCharMsg() function
|
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/pet_control/ |
H A D | pet_save.cpp | 52 bool CPetSave::KeyCharMsg(int key) { in KeyCharMsg() function in Titanic::CPetSave 53 if (CPetLoadSave::KeyCharMsg(key)) in KeyCharMsg()
|
H A D | pet_real_life.cpp | 73 bool CPetRealLife::KeyCharMsg(CKeyCharMsg *msg) { in KeyCharMsg() function in Titanic::CPetRealLife 74 return _glyphs.KeyCharMsg(msg->_key); in KeyCharMsg()
|
H A D | pet_glyphs.h | 139 virtual bool KeyCharMsg(int key) { return false; } in KeyCharMsg() function 402 bool KeyCharMsg(int key);
|
H A D | pet_save.h | 45 bool KeyCharMsg(int key) override;
|
H A D | pet_load_save.h | 94 bool KeyCharMsg(int key) override;
|
H A D | pet_real_life.h | 81 bool KeyCharMsg(CKeyCharMsg *msg) override;
|
H A D | pet_conversations.h | 168 bool KeyCharMsg(CKeyCharMsg *msg) override;
|
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/star_control/ |
H A D | star_control.cpp | 37 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 D | star_control.h | 38 bool KeyCharMsg(CKeyCharMsg *msg);
|
H A D | star_view.h | 116 bool KeyCharMsg(int key, CErrorCode *errorCode);
|
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/star_control/ |
H A D | star_control.cpp | 37 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 D | star_control.h | 38 bool KeyCharMsg(CKeyCharMsg *msg);
|
H A D | star_view.h | 126 bool KeyCharMsg(int key, CErrorCode *errorCode);
|
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/game/ |
H A D | missiveomat.h | 45 bool KeyCharMsg(CKeyCharMsg *msg);
|
H A D | missiveomat.cpp | 33 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 D | missiveomat.h | 45 bool KeyCharMsg(CKeyCharMsg *msg);
|
H A D | missiveomat.cpp | 33 ON_MESSAGE(KeyCharMsg) in BEGIN_MESSAGE_MAP() 85 bool CMissiveOMat::KeyCharMsg(CKeyCharMsg *msg) { in KeyCharMsg() function in Titanic::CMissiveOMat
|