Method | Description | |
---|---|---|
IsKeyPressed ( Key key ) : bool |
Check if a key is pressed
|
|
SetVirtualKeyboardVisible ( bool visible ) : void |
Enable/Disable visibility of the virtual keyboard Applicable only on Android and iOS |
Method | Description | |
---|---|---|
sfKeyboard_isKeyPressed ( Key Key ) : bool | ||
sfKeyboard_setVirtualKeyboardVisible ( bool visible ) : void |
public static IsKeyPressed ( Key key ) : bool | ||
key | Key | Key to check |
return | bool |
public static SetVirtualKeyboardVisible ( bool visible ) : void | ||
visible | bool | Whether to make the virtual keyboard visible (true) or not (false) |
return | void |