mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
AppPlatform Fixes
This commit is contained in:
committed by
iProgramInCpp
parent
2356757730
commit
06c69d3cc8
@@ -140,18 +140,12 @@ bool AppPlatform::shiftPressed()
|
||||
return false;
|
||||
}
|
||||
|
||||
void AppPlatform::showKeyboard(bool bShown)
|
||||
{
|
||||
}
|
||||
|
||||
void AppPlatform::onHideKeyboard()
|
||||
{
|
||||
}
|
||||
|
||||
#ifdef USE_NATIVE_ANDROID
|
||||
int AppPlatform::getKeyboardUpOffset()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
bool AppPlatform::hasFileSystemAccess()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user