Specify the layout to use on the virtual keyboard for the username input field.
#include <bps/dialog.h>
BPS_API int dialog_set_login_username_keyboard_layout(dialog_instance_t dialog,
int layout)
BlackBerry 10.0.0
The dialog to update.
The keyboard layout. Must be one of the values of the virtualkeyboard_layout_t enumeration.
For the username input field, the dialog_set_login_username_keyboard_layout() function specifies the layout to use on the virtual keyboard when it is visible and when the dialog is shown. Changing the keyboard layout will disable any input flags set with dialog_set_input_flags().
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.