Loading...
Searching...
No Matches

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.
 

Detailed Description

Class is used to listen for interactions with location view.

Referenced from LocationWindow.

Definition at line 20 of file NCInputListener.h.

Method Documentation

◆ onViewDoubleTap:

- (void) onViewDoubleTap: (CGPoint) screenPoint

Called when a double tap occurred.

Parameters
screenPointpoint in screen coordinates.

◆ onViewLongTap:

- (void) onViewLongTap: (CGPoint) screenPoint

Called when a long tap occurred.

Parameters
screenPointpoint in screen coordinates.

◆ onViewTap:

- (void) onViewTap: (CGPoint) screenPoint

Called when a tap occurred.

Parameters
screenPointpoint in screen coordinates.

The documentation for this protocol was generated from the following file: