mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
* Finish level saving.
This commit is contained in:
@@ -103,11 +103,23 @@ void AppPlatform_windows::createUserInput()
|
||||
{
|
||||
m_UserInput.clear();
|
||||
m_UserInputStatus = -1;
|
||||
|
||||
switch (m_DialogType)
|
||||
{
|
||||
case DLG_CREATE_WORLD:
|
||||
{
|
||||
// some placeholder for now
|
||||
m_UserInput.push_back("New World");
|
||||
m_UserInput.push_back("123456");
|
||||
m_UserInputStatus = 1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void AppPlatform_windows::showDialog(eDialogType type)
|
||||
{
|
||||
// TODO
|
||||
m_DialogType = type;
|
||||
}
|
||||
|
||||
std::string AppPlatform_windows::getDateString(int time)
|
||||
|
||||
Reference in New Issue
Block a user