]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/x11/touchscreen.cpp
Touchscreen input device
[libs/gui.git] / source / input / x11 / touchscreen.cpp
diff --git a/source/input/x11/touchscreen.cpp b/source/input/x11/touchscreen.cpp
new file mode 100644 (file)
index 0000000..bfbf7aa
--- /dev/null
@@ -0,0 +1,11 @@
+#include "touchscreen.h"
+
+namespace Msp {
+namespace Input {
+
+void Touchscreen::input_event(const Graphics::Window::Event &)
+{
+}
+
+} // namespace Input
+} // namespace Msp