Hooking into Windows IME without creating an input field inside QQuickWindow
-
wrote on 1 Mar 2022, 19:43 last edited by niks_entire 3 Jan 2022, 19:48
I have a QQuickWindow and I just want to receive Ime messages via NativeEventFilter whenever my QQuickWindow gets focused.
I've used ImmAssociateContextEx. But it does not work after focus switch.Now, I don't want to add an input field in my window. Is it possible to do it this way or do I have to use something else?
-
I have a QQuickWindow and I just want to receive Ime messages via NativeEventFilter whenever my QQuickWindow gets focused.
I've used ImmAssociateContextEx. But it does not work after focus switch.Now, I don't want to add an input field in my window. Is it possible to do it this way or do I have to use something else?
wrote on 29 May 2023, 08:14 last edited by@niks_entire Hello, have you solved this problem? I had the same need.