Codechange: [Video] make the prototype of PollEvent() the same for all drivers
Additionally, call it from the draw-tick.
This commit is contained in:
committed by
Patric Stout
parent
70e4845915
commit
c409f45ddd
@@ -37,6 +37,7 @@ protected:
|
||||
void InputLoop() override;
|
||||
void Paint() override;
|
||||
void CheckPaletteAnim() override;
|
||||
bool PollEvent() override;
|
||||
};
|
||||
|
||||
/** Factory for the allegro video driver. */
|
||||
|
||||
Reference in New Issue
Block a user