#include <modalMenu.h>
Public Member Functions | |
| bool | isRelated (PointerAction other) |
Static Public Member Functions | |
| static PointerAction | fromEvent (const SEvent &event) |
Public Attributes | |
| v2s32 | pos |
| u64 | time |
|
static |
References FATAL_ERROR, and porting::getTimeMs().
Referenced by GUIModalMenu::preprocessEvent(), and GUIModalMenu::remapClickOutside().
Here is the call graph for this function:
Here is the caller graph for this function:| bool PointerAction::isRelated | ( | PointerAction | other | ) |
References porting::getDeltaMs(), pos, and time.
Referenced by GUIModalMenu::preprocessEvent(), and GUIModalMenu::remapClickOutside().
Here is the call graph for this function:
Here is the caller graph for this function:| v2s32 PointerAction::pos |
Referenced by isRelated(), and GUIModalMenu::remapClickOutside().
| u64 PointerAction::time |
Referenced by isRelated().