(svn r25681) -Change: [Win32] Position the IME composition window at the caret position.

This commit is contained in:
michi_cc
2013-08-05 20:37:14 +00:00
parent 21126aec62
commit da09fd3077
7 changed files with 88 additions and 0 deletions

View File

@@ -53,6 +53,8 @@ public:
void DrawEditBox(const Window *w, int wid) const;
void ClickEditBox(Window *w, Point pt, int wid, int click_count, bool focus_changed);
void HandleEditBox(Window *w, int wid);
Point GetCaretPosition(const Window *w, int wid) const;
};
void ShowOnScreenKeyboard(Window *parent, int button);