Fixed bug #471
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402636
This commit is contained in:
parent
8e5b2416a4
commit
e14963d9aa
1 changed files with 1 additions and 0 deletions
|
@ -380,6 +380,7 @@ Cocoa_HandleKeyEvent(_THIS, NSEvent *event)
|
|||
text = [[event characters] UTF8String];
|
||||
if(text && *text) {
|
||||
SDL_SendKeyboardText(data->keyboard, text);
|
||||
[data->fieldEdit setString:@""];
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue