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. | |
Class is used to listen for interactions with location view.
Referenced from LocationWindow.
Definition at line 23 of file input_listener.dart.
void InputListener.onViewDoubleTap | ( | math.Point< double > | screenPoint | ) |
Called when a double tap occurred.
screenPoint | point in screen coordinates. |
void InputListener.onViewLongTap | ( | math.Point< double > | screenPoint | ) |
Called when a long tap occurred.
screenPoint | point in screen coordinates. |
void InputListener.onViewTap | ( | math.Point< double > | screenPoint | ) |
Called when a tap occurred.
screenPoint | point in screen coordinates. |