aboutsummaryrefslogtreecommitdiffstats
path: root/hal/sdl2/display.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'hal/sdl2/display.hpp')
-rw-r--r--hal/sdl2/display.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/hal/sdl2/display.hpp b/hal/sdl2/display.hpp
index 55d82b7..a267cae 100644
--- a/hal/sdl2/display.hpp
+++ b/hal/sdl2/display.hpp
@@ -9,6 +9,7 @@ public:
// bool init_display();
// When returning false, please quit the program (return from main)
bool update_display(const uint8_t* oled_screen);
+ bool process_input();
private:
SDL_Window* m_window = nullptr;
SDL_Renderer* m_renderer = nullptr;