virtualkeyboard_change_options_v2()

Change the virtual keyboard layout, Enter key and help options.

Synopsis:

#include <bps/virtualkeyboard.h>
 
BPS_API void virtualkeyboard_change_options_v2(virtualkeyboard_layout_t layout,
                                               virtualkeyboard_enter_t enter,
                                               bool no_help)

Since:

BlackBerry 10.3.0

Arguments:

layout

The virtual keyboard layout to set.

enter

The Enter key text to set.

no_help

Turn off the hints if true. Otherwise, turn on the hints.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

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.

Returns:

Nothing.