Fix doccomment error
Remove lame doccomments.
This commit is contained in:
parent
3effecdb06
commit
092f8f325c
1 changed files with 0 additions and 4 deletions
|
@ -432,10 +432,6 @@ void text_box_base::handle_commit(bool& handled, const std::string& unicode)
|
|||
|
||||
/**
|
||||
* SDL_TEXTEDITING handler. See example at https://wiki.libsdl.org/Tutorials/TextInput
|
||||
* @param handled
|
||||
* @param unicode event.text.text, in SDL_TEXTEDITING is't the "composition" piece.
|
||||
* @param start event.edit.start
|
||||
* @param length event.edit.length
|
||||
*/
|
||||
void text_box_base::handle_editing(bool& handled, const std::string& unicode, int32_t start, int32_t len)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue