Disable iOS hardware keyboard for now

This commit is contained in:
Benau 2019-07-14 16:44:42 +08:00
parent 78ff49ced5
commit d74bc17c8b

View File

@ -73,7 +73,7 @@ namespace irr
virtual bool supportsTouchDevice() const { return true; }
//! Returns true if system has hardware keyboard attached
virtual bool hasHardwareKeyboard() const { return true; }
virtual bool hasHardwareKeyboard() const { return false; }
//! Returns true if system has native on screen keyboard
virtual bool hasOnScreenKeyboard() const { return false; }