Enable and Disable Touch Events
Story Tellers iOS Starter Kit 2 Documentation
- EnableTouch – the value will be the Element to enable touch events.
- DisableTouch –Â the value will be the Element to disable touch events. This doesn’t remove the touch events dictionary, it just disables touching. If enabled later, the TouchEvents defined in the property list are still there.
- EnableTouchUp – the value will be the Element to enable touch up events.
- DisableTouchUp –Â the value will be the Element to disable touch up events. This doesn’t remove the touch events dictionary, it just disables touching. If enabled later, the TouchEvents defined in the property list are still there.