#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().
bool PointerAction::isRelated | ( | PointerAction | other | ) |
References porting::getDeltaMs(), pos, and time.
Referenced by GUIModalMenu::preprocessEvent(), and GUIModalMenu::remapClickOutside().
v2s32 PointerAction::pos |
Referenced by isRelated(), and GUIModalMenu::remapClickOutside().
u64 PointerAction::time |
Referenced by isRelated().