Package ch.sahits.game.event

Examples of ch.sahits.game.event.MouseClickEvent


   * @param y
   */
  protected final void testPress(int x, int y)
  {
    logger.debug("Mouse clicked at "+x+","+y);
    new MouseClickEvent().notify(new Point(x,y));
  } // end of testPress()
View Full Code Here


   * @param y
   */
  protected final void testPress(int x, int y)
  {
System.out.println("Mouse clicked at "+x+","+y);
    new MouseClickEvent().notify(new Point(x,y));
  } // end of testPress()
View Full Code Here

TOP

Related Classes of ch.sahits.game.event.MouseClickEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.