The capabilities of touches during projection applications
Whether or not long presses are available
@property (nonatomic, strong) NSNumber<SDLBool> *_Nonnull pressAvailable;
var pressAvailable: NSNumber & SDLBool { get set }
Whether or not multi-touch (e.g. a pinch gesture) is available
@property (nonatomic, strong) NSNumber<SDLBool> *_Nonnull multiTouchAvailable;
var multiTouchAvailable: NSNumber & SDLBool { get set }
Whether or not a double tap is available
@property (nonatomic, strong) NSNumber<SDLBool> *_Nonnull doublePressAvailable;
var doublePressAvailable: NSNumber & SDLBool { get set }