Disable iOS hardware keyboard for now
This commit is contained in:
parent
78ff49ced5
commit
d74bc17c8b
@ -73,7 +73,7 @@ namespace irr
|
|||||||
virtual bool supportsTouchDevice() const { return true; }
|
virtual bool supportsTouchDevice() const { return true; }
|
||||||
|
|
||||||
//! Returns true if system has hardware keyboard attached
|
//! 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
|
//! Returns true if system has native on screen keyboard
|
||||||
virtual bool hasOnScreenKeyboard() const { return false; }
|
virtual bool hasOnScreenKeyboard() const { return false; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user