Loading...
Searching...
No Matches
InputListener Class Referenceabstract

Class is used to listen for interactions with location view. More...

Public Member Functions

void onViewTap (math.Point< double > screenPoint)
 Called when a tap occurred.
 
void onViewDoubleTap (math.Point< double > screenPoint)
 Called when a double tap occurred.
 
void onViewLongTap (math.Point< double > screenPoint)
 Called when a long tap occurred.
 

Detailed Description

Class is used to listen for interactions with location view.

Referenced from LocationWindow.

Definition at line 23 of file input_listener.dart.

Member Function Documentation

◆ onViewDoubleTap()

void InputListener.onViewDoubleTap ( math.Point< double > screenPoint)

Called when a double tap occurred.

Parameters
screenPointpoint in screen coordinates.

◆ onViewLongTap()

void InputListener.onViewLongTap ( math.Point< double > screenPoint)

Called when a long tap occurred.

Parameters
screenPointpoint in screen coordinates.

◆ onViewTap()

void InputListener.onViewTap ( math.Point< double > screenPoint)

Called when a tap occurred.

Parameters
screenPointpoint in screen coordinates.

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