vikasdhar / android-augment-reality-framework

Automatically exported from code.google.com/p/android-augment-reality-framework
GNU General Public License v3.0
0 stars 0 forks source link

POI ontouch listener #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
hi can I make the markers be defined by the user for example i touch the screen 
the icon will be displayed/draw in their

Original issue reported on code.google.com by dwayne.b...@gmail.com on 11 Sep 2012 at 4:25

GoogleCodeExporter commented 8 years ago
The following method is called when a use clicks, it's override in the 
AugmentedReality class.

public boolean onTouch(View view, MotionEvent me)

Original comment by phishman3579@gmail.com on 7 Jan 2013 at 8:52