Renamed the SciEvent class to EventManager, to separate it from the sciEvent structure, and removed it from the engine state

svn-id: r49534
This commit is contained in:
Filippos Karapetis 2010-06-09 07:59:42 +00:00
parent 10aeb33a42
commit 5cb311ee2c
15 changed files with 31 additions and 32 deletions

View file

@ -67,7 +67,7 @@ reg_t kGetEvent(EngineState *s, int argc, reg_t *argv) {
oldx = mousePos.x;
oldy = mousePos.y;
curEvent = s->_event->get(mask);
curEvent = g_sci->getEventManager()->get(mask);
if (g_sci->getVocabulary())
g_sci->getVocabulary()->parser_event = NULL_REG; // Invalidate parser event