]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/generic/touchscreen.cpp
Add an availability check to Touchscreen
[libs/gui.git] / source / input / generic / touchscreen.cpp
index bfbf7aaa8181c78aa73373fddf56de71b989f374..aff6b8227d0a64cdf031160cb177ce639ec5a8b8 100644 (file)
@@ -3,6 +3,11 @@
 namespace Msp {
 namespace Input {
 
+bool Touchscreen::is_available()
+{
+       return false;
+}
+
 void Touchscreen::input_event(const Graphics::Window::Event &)
 {
 }