Foxit PDF SDK
9.1
|
The touch event listener. More...
Instance Methods | |
(BOOL) | - onTouchesBegan:withEvent: |
Triggered when the touches began. More... | |
(BOOL) | - onTouchesCancelled:withEvent: |
Triggered when the touches has been canceled. More... | |
(BOOL) | - onTouchesEnded:withEvent: |
Triggered when the touches has ended. More... | |
(BOOL) | - onTouchesMoved:withEvent: |
Triggered when the touches has moved. More... | |
The touch event listener.
|
optional |
Triggered when the touches began.
[in] | touches | A UITouch object represent touches event on the screen. |
[in] | event | A UIEvent object represents an event in iOS. |
|
optional |
Triggered when the touches has been canceled.
[in] | touches | A UITouch object represent touches event on the screen. |
[in] | event | A UIEvent object represents an event in iOS. |
|
optional |
Triggered when the touches has ended.
[in] | touches | A UITouch object represent touches event on the screen. |
[in] | event | A UIEvent object represents an event in iOS. |
|
optional |
Triggered when the touches has moved.
[in] | touches | A UITouch object represent touches event on the screen. |
[in] | event | A UIEvent object represents an event in iOS. |