A struct in DisplayCapabilities describing parameters related to a video / touch input area
The resolution of the prescribed screen area
Required
@property (nonatomic, strong) SDLImageResolution *_Nonnull resolution;
var resolution: SDLImageResolution { get set }
Types of screen touch events available in screen area
Optional
@property (nonatomic, strong, nullable) SDLTouchEventCapabilities *touchEventAvailable;
var touchEventAvailable: SDLTouchEventCapabilities? { get set }