X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fstandalone%2FMasterState.hpp;h=942cc132e94a585bd6bcc066245f738daefe5cf3;hb=80a9a59d71a7b144c12f64cbef4644751bd54745;hp=173c07cdd1e8208dd5939efb9b5842311a449650;hpb=f21a21b285c5b54e3abcc757c6715d22520dd190;p=blank.git diff --git a/src/standalone/MasterState.hpp b/src/standalone/MasterState.hpp index 173c07c..942cc13 100644 --- a/src/standalone/MasterState.hpp +++ b/src/standalone/MasterState.hpp @@ -48,6 +48,9 @@ public: void OnResume() override; void OnPause() override; + void OnFocus() override; + void OnBlur() override; + void Handle(const SDL_Event &) override; void Update(int dt) override; void Render(Viewport &) override;