X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finput%2Fandroid%2Ftouchscreen.cpp;h=6472f4476b973d2b813f6404af8e787f3d7e14e1;hb=49e19af2c599e7316b5a01983adc040421429f86;hp=f4703c340b8d5cca4fc9164a16a57d0474b01726;hpb=74dbff4e7e7cd427ac50820cc6366ea421d4d049;p=libs%2Fgui.git diff --git a/source/input/android/touchscreen.cpp b/source/input/android/touchscreen.cpp index f4703c3..6472f44 100644 --- a/source/input/android/touchscreen.cpp +++ b/source/input/android/touchscreen.cpp @@ -4,6 +4,11 @@ namespace Msp { namespace Input { +bool Touchscreen::is_available() +{ + return true; +} + void Touchscreen::input_event(const Graphics::Window::Event &event) { int action = AMotionEvent_getAction(event.aevent);