mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 11:29: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);
|
||||
}
|
||||
break;
|
||||
case 2:
|
||||
break;
|
||||
|
||||
case 11:
|
||||
this->dialogue = new ExitDialogue(this->font);
|
||||
|
@ -60,6 +60,11 @@ public:
|
||||
this->is_active = false;
|
||||
}
|
||||
|
||||
bool isActive()
|
||||
{
|
||||
return this->is_active;
|
||||
}
|
||||
|
||||
void runLogic();
|
||||
|
||||
void draw(SDL_Surface *where, int x, int y, int w, int h);
|
||||
@ -83,4 +88,5 @@ private:
|
||||
unsigned buf_head;
|
||||
};
|
||||
|
||||
|
||||
#endif /* __VIRTUAL_KEYBORD_HH__ */
|
||||
|
Loading…
Reference in New Issue
Block a user