touchscreen
Interface TouchScreenApplication


public interface TouchScreenApplication

Your app must implement this to use the touch screen properly. touchHappened will be called with a list of Touches anytime something happens on the screen.

Author:
Kevin Cox, http://www.jibberia.com/

Method Summary
 void touchHappened(Touches touches)
           
 

Method Detail

touchHappened

void touchHappened(Touches touches)
Parameters:
touches - - a Touches list.