mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
On-screen keyboard support!
This commit is contained in:
committed by
iProgramInCpp
parent
0559f66102
commit
f9b07014d2
@@ -184,3 +184,11 @@ std::string AppPlatform::getAssetPath(const std::string &path) const
|
||||
|
||||
return realPath;
|
||||
}
|
||||
|
||||
void AppPlatform::showKeyboard(int x, int y, int w, int h)
|
||||
{
|
||||
}
|
||||
|
||||
void AppPlatform::hideKeyboard()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user