https://bugs.kde.org/show_bug.cgi?id=435975

--- Comment #9 from Ivan Sorokin <[email protected]> ---
I used here "preferring a simpler event loop" as a shorthand for "preferring
simpler input parsing and handling logic."

Parsing win32 input mode is simpler - no nested delimiters. Because of its
simplicity, it’s trivial to integrate into applications.

In win32 input mode, the application receives a clear separation of Virtual Key
Code and Unicode Character. The developer doesn’t need to write logic to
determine which field to use in which case. The code inside the application’s
main loop that processes input can essentially be: Read packet -> Map directly
to internal action.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to