summaryrefslogtreecommitdiff
path: root/src/video/sdl_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/sdl_v.h')
-rw-r--r--src/video/sdl_v.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/video/sdl_v.h b/src/video/sdl_v.h
index ffebd041e..1d3da9b6a 100644
--- a/src/video/sdl_v.h
+++ b/src/video/sdl_v.h
@@ -36,6 +36,10 @@ public:
bool ClaimMousePointer() override;
const char *GetName() const override { return "sdl"; }
+
+protected:
+ void InputLoop() override;
+
private:
int PollEvent();
bool CreateMainSurface(uint w, uint h);