7#include "IGUIElement.h"
40 GUIModalMenu(gui::IGUIEnvironment* env, gui::IGUIElement* parent, s32
id,
52 virtual bool OnEvent(
const SEvent &event) {
return false; };
55 virtual void getAndroidUIInput() {};
72 std::string m_jni_field_name;
105 void enter(gui::IGUIElement *element);
core::vector2d< s32 > v2s32
Definition irr_v2d.h:13
core::vector2d< u32 > v2u32
Definition irr_v2d.h:14
AndroidDialogState
Definition porting_android.h:58
Definition modalMenu.h:16
static PointerAction fromEvent(const SEvent &event)
Definition modalMenu.cpp:18
v2s32 pos
Definition modalMenu.h:17
u64 time
Definition modalMenu.h:18
bool isRelated(PointerAction other)
Definition modalMenu.cpp:29