(svn r25679) -Codechange: [Win32] Get the result string of an IME input directly without a trip through the window messaging system.
This commit is contained in:
@@ -52,6 +52,7 @@ struct Textbuf {
|
||||
bool InsertClipboard();
|
||||
|
||||
bool InsertChar(uint32 key);
|
||||
bool InsertString(const char *str);
|
||||
|
||||
bool DeleteChar(uint16 keycode);
|
||||
bool MovePos(uint16 keycode);
|
||||
|
Reference in New Issue
Block a user