RECORDER: Implement Events Recorder
This commit is contained in:
parent
4a62d6c25a
commit
f59512c47e
98 changed files with 5350 additions and 1918 deletions
|
@ -84,7 +84,8 @@ void DefaultEventManager::init() {
|
|||
}
|
||||
|
||||
bool DefaultEventManager::pollEvent(Common::Event &event) {
|
||||
uint32 time = g_system->getMillis();
|
||||
// Skip recording of these events
|
||||
uint32 time = g_system->getMillis(true);
|
||||
bool result = false;
|
||||
|
||||
_dispatcher.dispatch();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue