Showing keyboard

To show the keyboard you use the following function.

ui_keyboard_show();

Return: True if success

if(mouse_check_button_released(mb_left))
{
  if(ui_get_focus(textbox0))
  {
    ui_keyboard_show();
  }
}

If clicking and textbox0 control is focused, then show the keyboard.

results matching ""

    No results matching ""