Edit

kc3-lang/SDL/src/video/windows

Branch :

  • Show log

    Commit

  • Author : Cameron Gutman
    Date : 2021-01-28 20:02:01
    Hash : a78bce9e
    Message : Properly handle keys already down when the hook is installed For keys that are already down when we install the keyboard hook, we need to allow the WM_KEYUP/WM_SYSKEYUP message to be processed normally. This ensures that other applications see the key up, which prevents the key from being stuck down from the perspective of other apps when our grab is released.