mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39:24 +01:00
Is it active?
This commit is contained in:
parent
2c18cbf559
commit
b4f133036a
@ -71,6 +71,8 @@ public:
|
|||||||
Gui::gui->pushView(Gui::gui->dv);
|
Gui::gui->pushView(Gui::gui->dv);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case 2:
|
||||||
|
break;
|
||||||
|
|
||||||
case 11:
|
case 11:
|
||||||
this->dialogue = new ExitDialogue(this->font);
|
this->dialogue = new ExitDialogue(this->font);
|
||||||
|
@ -60,6 +60,11 @@ public:
|
|||||||
this->is_active = false;
|
this->is_active = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool isActive()
|
||||||
|
{
|
||||||
|
return this->is_active;
|
||||||
|
}
|
||||||
|
|
||||||
void runLogic();
|
void runLogic();
|
||||||
|
|
||||||
void draw(SDL_Surface *where, int x, int y, int w, int h);
|
void draw(SDL_Surface *where, int x, int y, int w, int h);
|
||||||
@ -83,4 +88,5 @@ private:
|
|||||||
unsigned buf_head;
|
unsigned buf_head;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif /* __VIRTUAL_KEYBORD_HH__ */
|
#endif /* __VIRTUAL_KEYBORD_HH__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user