Change the virtual keyboard layout, Enter key and help options.
#include <bps/virtualkeyboard.h>
BPS_API void virtualkeyboard_change_options_v2(virtualkeyboard_layout_t layout,
virtualkeyboard_enter_t enter,
bool no_help)
BlackBerry 10.3.0
The virtual keyboard layout to set.
The Enter key text to set.
Turn off the hints if true. Otherwise, turn on the hints.
See virtualkeyboard_change_options()
The virtualkeyboard_change_options_v2() function has the same functionality as virtualkeyboard_change_options(). However, it also tells the virtual keyboard not to show any hints if no_help is true. This allows the user to focus on other elements on the screen. The hints are left on by default if virtualkeyboard_change_options() is used.
Nothing.