(svn r25667) -Fix: [Win32] Only forward key presses to the IME system if an edit box has the input focus.

This commit is contained in:
michi_cc
2013-08-05 20:36:20 +00:00
parent 8b476de3bf
commit 923eb009e8
3 changed files with 57 additions and 15 deletions

View File

@@ -52,4 +52,6 @@ void SetWindowClassesDirty(WindowClass cls);
void DeleteWindowById(WindowClass cls, WindowNumber number, bool force = true);
void DeleteWindowByClass(WindowClass cls);
bool EditBoxInGlobalFocus();
#endif /* WINDOW_FUNC_H */