Touchscreen improvements

This commit is contained in:
elasota
2020-10-14 18:12:02 -04:00
parent 62e234c777
commit e4cddda183
10 changed files with 249 additions and 45 deletions

View File

@@ -207,7 +207,7 @@ bool GpSystemServices_Android::IsTouchscreen() const
bool GpSystemServices_Android::IsUsingMouseAsTouch() const
{
return true;
return false;
}
bool GpSystemServices_Android::IsTextInputObstructive() const