Class is used to listen for interactions with location view. More...
#include <com/navigine/idl/objc/NCInputListener.h>
Inherits <NSObject>.
Instance Methods | |
(void) | - onViewTap: |
Called when a tap occurred. | |
(void) | - onViewDoubleTap: |
Called when a double tap occurred. | |
(void) | - onViewLongTap: |
Called when a long tap occurred. | |
Class is used to listen for interactions with location view.
Referenced from LocationWindow.
Definition at line 20 of file NCInputListener.h.
- (void) onViewDoubleTap: | (CGPoint) | screenPoint |
Called when a double tap occurred.
screenPoint | point in screen coordinates. |
- (void) onViewLongTap: | (CGPoint) | screenPoint |
Called when a long tap occurred.
screenPoint | point in screen coordinates. |
- (void) onViewTap: | (CGPoint) | screenPoint |
Called when a tap occurred.
screenPoint | point in screen coordinates. |