diff --git a/src/video/sdl_v.h b/src/video/sdl_v.h --- 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);