~ubuntu-branches/ubuntu/trusty/manaplus/trusty

« back to all changes in this revision

Viewing changes to src/gui/gui.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-10-07 10:26:14 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20131007102614-tg2zjdz8vmtl6n7i
Tags: 1.3.9.29-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
769
769
        if (touchManager.processEvent(mouseInput))
770
770
        {
771
771
#ifdef ANDROID
 
772
#ifndef USE_SDL2
772
773
            SDL_WarpMouse(mLastMouseX, mLastMouseY,
773
774
                mLastMouseRealX, mLastMouseRealY);
774
775
#endif
 
776
#endif
775
777
            mMouseInactivityTimer = 0;
776
778
            continue;
777
779
        }