On-screen keyboard support!

This commit is contained in:
TheBrokenRail
2023-11-02 16:38:22 -04:00
committed by iProgramInCpp
parent 0559f66102
commit f9b07014d2
10 changed files with 78 additions and 13 deletions

View File

@@ -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()
{
}