Uses of Class
ch.aplu.android.GGTouch

Packages that use GGTouch
ch.aplu.android Package of the JDroidLib framework for developing Android applications with a focus on gaming and simulations. 
ch.aplu.jcardgame Addon package of the JDroidLib framework for developing card game applications. 
 

Uses of GGTouch in ch.aplu.android
 

Methods in ch.aplu.android that return GGTouch
static GGTouch GGTouch.create()
          Creates a GGTouch instance with default values for the instance variables.
static GGTouch GGTouch.create(GGTouchListener listener, int evt, int x, int y)
          Creates a GGTouch instance with given values for the instance variables.
 

Methods in ch.aplu.android with parameters of type GGTouch
 void GGActorTouchListener.actorTouched(Actor actor, GGTouch touch, android.graphics.Point spot)
          Event callback method to report events with the touch area of an actor's sprite.
 boolean GGTouchListener.touchEvent(GGTouch touch)
          Event callback method called when a screen touch event occurs.
 

Uses of GGTouch in ch.aplu.jcardgame
 

Methods in ch.aplu.jcardgame with parameters of type GGTouch
 void Hand.actorTouched(Actor actor, GGTouch touch, android.graphics.Point spot)
          Implementation of GGActorTouchListener.