examples/ios/eventsExample/README.md
This Example demonstrates the touch events and orientation event.
After studying this example, you'll understand how to trigger events and retrieve information from events when the screen is touched by one or more fingers, or when the devices is rotated by the user.
In the code, pay attention to:
ofGetTimestampString() and ofGetElapsedTimeMillis() ```touchMoved(ofTouchEventArgs & touch)```
```touchDown(ofTouchEventArgs & touch)```
```touchUp(ofTouchEventArgs & touch)```
```touchDoubleTap(ofTouchEventArgs & touch)```
```touchCancelled(ofTouchEventArgs & touch)```
deviceOrientationChanged(int newOrientation)When launching this app, you should see a screen with
Instructions for use:
This Example uses the following classes: