Codechange: move all input-handling of video-drivers into InputLoop
This commit is contained in:
committed by
Patric Stout
parent
38b4ae1c0e
commit
661eb39ecc
@@ -156,6 +156,11 @@ protected:
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Handle input logic, is CTRL pressed, should we fast-forward, etc.
|
||||
*/
|
||||
virtual void InputLoop() {}
|
||||
|
||||
std::chrono::steady_clock::duration GetGameInterval()
|
||||
{
|
||||
return std::chrono::milliseconds(MILLISECONDS_PER_TICK);
|
||||
|
||||
Reference in New Issue
Block a user