]> git.tdb.fi Git - libs/gui.git/blob - source/input/x11/touchscreen.cpp
bfbf7aaa8181c78aa73373fddf56de71b989f374
[libs/gui.git] / source / input / x11 / touchscreen.cpp
1 #include "touchscreen.h"
2
3 namespace Msp {
4 namespace Input {
5
6 void Touchscreen::input_event(const Graphics::Window::Event &)
7 {
8 }
9
10 } // namespace Input
11 } // namespace Msp