(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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user