]> git.tdb.fi Git - libs/gui.git/blob - source/input/cocoa/touchscreen.cpp
Add touchscreen support on Android
[libs/gui.git] / source / input / cocoa / 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