diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-29 01:02:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-29 01:02:59 +0300 |
commit | 06073647cf4efbbe9a423d841daea6f462ecddf8 (patch) | |
tree | 3a193ee24b745e9db69061a5bbf0f30fe199c0d5 /src/touchactions.h | |
parent | 38e782f30d15a0fceabf863e40ffe66124cef8a8 (diff) | |
download | mv-06073647cf4efbbe9a423d841daea6f462ecddf8.tar.gz mv-06073647cf4efbbe9a423d841daea6f462ecddf8.tar.bz2 mv-06073647cf4efbbe9a423d841daea6f462ecddf8.tar.xz mv-06073647cf4efbbe9a423d841daea6f462ecddf8.zip |
Move touchactions into touch directory.
Diffstat (limited to 'src/touchactions.h')
-rw-r--r-- | src/touchactions.h | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/src/touchactions.h b/src/touchactions.h deleted file mode 100644 index 040aadf88..000000000 --- a/src/touchactions.h +++ /dev/null @@ -1,39 +0,0 @@ -/* - * The ManaPlus Client - * Copyright (C) 2011-2015 The ManaPlus Developers - * - * This file is part of The ManaPlus Client. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#ifndef TOUCHACTIONS_H -#define TOUCHACTIONS_H - -#include "localconsts.h" - -#define decHandler(name) void name(const MouseInput &mouseInput) - -class MouseInput; - -decHandler(padClick); -decHandler(padEvents); -decHandler(padOut); -decHandler(padUp); - -void setHalfJoyPad(const int s); - -#undef decHandler - -#endif // TOUCHACTIONS_H |