![]() |
ManaPlus
|
#include "localconsts.h"Go to the source code of this file.
Macros | |
| #define | decHandler(name) void name(const MouseInput &mouseInput) |
Functions | |
| void | padClick (const MouseInput &mouseInput) |
| void | padEvents (const MouseInput &mouseInput) |
| void | padOut (const MouseInput &mouseInput) |
| void | padUp (const MouseInput &mouseInput) |
| void | setHalfJoyPad (const int s) |
| #define decHandler | ( | name | ) | void name(const MouseInput &mouseInput) |
Definition at line 27 of file touchactions.h.
| void padClick | ( | const MouseInput & | mouseInput | ) |
Definition at line 105 of file touchactions.cpp.
References moveChar(), and padClicked().
Referenced by TouchManager::loadPad().
| void padEvents | ( | const MouseInput & | mouseInput | ) |
Definition at line 111 of file touchactions.cpp.
References moveChar(), MouseEventType::MOVED, and padClicked().
Referenced by TouchManager::loadPad().
| void padOut | ( | const MouseInput & | mouseInput | ) |
Definition at line 120 of file touchactions.cpp.
References halfJoyPad, moveChar(), and padClicked().
Referenced by TouchManager::loadPad().
| void padUp | ( | const MouseInput & | mouseInput | ) |
Definition at line 126 of file touchactions.cpp.
References halfJoyPad, moveChar(), and padClicked().
Referenced by TouchManager::loadPad().
| void setHalfJoyPad | ( | const int | s | ) |
Definition at line 37 of file touchactions.cpp.
References halfJoyPad.
Referenced by TouchManager::init(), and TouchManager::optionChanged().