Codechange: move all input-handling of video-drivers into InputLoop
This commit is contained in:
committed by
Patric Stout
parent
38b4ae1c0e
commit
661eb39ecc
@@ -32,6 +32,9 @@ public:
|
||||
bool ClaimMousePointer() override;
|
||||
|
||||
const char *GetName() const override { return "allegro"; }
|
||||
|
||||
protected:
|
||||
void InputLoop() override;
|
||||
};
|
||||
|
||||
/** Factory for the allegro video driver. */
|
||||
|
||||
Reference in New Issue
Block a user