// SDLTouchType.h // #import "SDLEnum.h" typedef SDLEnum SDLTouchType NS_STRING_ENUM; extern SDLTouchType const SDLTouchTypeBegin; extern SDLTouchType const SDLTouchTypeMove; extern SDLTouchType const SDLTouchTypeEnd;