Edit

kc3-lang/SDL/src

Branch :

  • Show log

    Commit

  • Author : Sam Lantinga
    Date : 2021-12-16 12:01:18
    Hash : ca18bf11
    Message : Don't compare raw mouse button state with windows message button state When mouse buttons are swapped, right mouse button down is the same value as raw mouse button up, and conceptually the two systems use different button masks, so never cache state between the two. Fixes https://github.com/libsdl-org/SDL/issues/5108