aboutsummaryrefslogtreecommitdiff
path: root/common/EventRecorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/EventRecorder.h')
-rw-r--r--common/EventRecorder.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/EventRecorder.h b/common/EventRecorder.h
index 8377d9e8bd..bf8039e5a7 100644
--- a/common/EventRecorder.h
+++ b/common/EventRecorder.h
@@ -56,6 +56,9 @@ public:
/** TODO: Add documentation, this is only used by the backend */
void processMillis(uint32 &millis);
+ /** TODO: Add documentation, this is only used by the backend */
+ bool processDelayMillis(uint32 &msecs);
+
private:
bool notifyEvent(const Event &ev);
bool pollEvent(Event &ev);