```scss
// Property(ies): touchEnabled
// Component(s): Ti.UI.View
'.touch-enabled': { touchEnabled: true }
'.touch-disabled': { touchEnabled: false }
'.pointer-events-auto': { touchEnabled: true }
'.pointer-events-none': { touchEnabled: false }
```