summaryrefslogtreecommitdiff
path: root/src/touchactions.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-29 01:02:59 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-29 01:02:59 +0300
commit06073647cf4efbbe9a423d841daea6f462ecddf8 (patch)
tree3a193ee24b745e9db69061a5bbf0f30fe199c0d5 /src/touchactions.h
parent38e782f30d15a0fceabf863e40ffe66124cef8a8 (diff)
downloadplus-06073647cf4efbbe9a423d841daea6f462ecddf8.tar.gz
plus-06073647cf4efbbe9a423d841daea6f462ecddf8.tar.bz2
plus-06073647cf4efbbe9a423d841daea6f462ecddf8.tar.xz
plus-06073647cf4efbbe9a423d841daea6f462ecddf8.zip
Move touchactions into touch directory.
Diffstat (limited to 'src/touchactions.h')
-rw-r--r--src/touchactions.h39
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