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:
parent
10aeb33a42
commit
5cb311ee2c
15 changed files with 31 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue