WIP: Argument | Shortcut support.
This commit is contained in:
parent
24a7b90dea
commit
f08bed5813
15 changed files with 294 additions and 20 deletions
|
|
@ -62,7 +62,7 @@ std::string Input::setkbdString(uint maxLength, const std::string &Text, const s
|
|||
}
|
||||
}
|
||||
|
||||
SwkbdButton ret = swkbdInputText(&state, temp, maxLength);
|
||||
SwkbdButton ret = swkbdInputText(&state, temp, sizeof(temp));
|
||||
temp[maxLength] = '\0';
|
||||
|
||||
return (ret == SWKBD_BUTTON_CONFIRM ? temp : "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue