X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finput%2Ftouchscreen.h;h=0c964068db266d6831d69a643bbb7f1eee681781;hb=69aaca13ae0949acf12056e390cbd1009a8487b2;hp=99432d22309a2e889e8910793dc4c461c133fca5;hpb=f9ebab54c3debe98e108790be9c21f43f4de116f;p=libs%2Fgui.git diff --git a/source/input/touchscreen.h b/source/input/touchscreen.h index 99432d2..0c96406 100644 --- a/source/input/touchscreen.h +++ b/source/input/touchscreen.h @@ -23,6 +23,8 @@ public: Touchscreen(Graphics::Window &); ~Touchscreen(); + static bool is_available(); + Graphics::Window &get_window() const { return window; } virtual std::string get_button_name(unsigned) const;