Change the virtual keyboard layout, and Enter key options.
#include <bps/virtualkeyboard.h>
BPS_API void virtualkeyboard_change_options(virtualkeyboard_layout_t layout,
virtualkeyboard_enter_t enter)
BlackBerry 10.0.0
The virtual keyboard layout to set.
The Enter key text to set.
The virtualkeyboard_change_options() function changes the virtual keyboard layout and Enter key options, using values that are defined in the virtualkeyboard_layout_t and virtualkeyboard_enter_t enumerations.
Nothing.