Edit

kc3-lang/SDL/src

Branch :

  • Show log

    Commit

  • Author : Zack Middleton
    Date : 2021-11-14 15:51:38
    Hash : 1cd3e837
    Message : cocoa: Fix abort on touch event types without a subtype macOS 10.6 has some touch NSEvents which do not have a subtype (Begin/EndGesture, Magnify, Rotate, Swipe) and cause an uncaught exception which triggers SIGABRT and the program exits. As it is, none of the macOS 10.6 touch events are detected as a trackpad (including Gesture due to using different subtypes).