Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Posts by ZILtoid1991
I'm currently writing an input and output handling library for the D language, and I'm not getting any kind of input language change messages when the language is being toggled with hotkeys, and on...
It seems like changing the window handle to null in PeekMessageW solved the issue: BOOL bret = PeekMessageW(&msg, null, 0, 0, PM_REMOVE); Then I can still get the window handle source like ...