7#include "IGUIElement.h"
39 GUIModalMenu(gui::IGUIEnvironment* env, gui::IGUIElement* parent, s32
id,
51 virtual bool OnEvent(
const SEvent &event) {
return false; };
54 virtual void getAndroidUIInput() {};
71 std::string m_jni_field_name;
104 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:65
Definition modalMenu.h:15
static PointerAction fromEvent(const SEvent &event)
Definition modalMenu.cpp:16
v2s32 pos
Definition modalMenu.h:16
u64 time
Definition modalMenu.h:17
bool isRelated(PointerAction other)
Definition modalMenu.cpp:27