Package ch.sahits.game.event

Examples of ch.sahits.game.event.MouseMoveEvent


   * @param y
   */
  protected final void testMove(int x, int y)
  // is (x,y) over the pause or quit buttons?
  {
    new MouseMoveEvent().notify(new Point(x,y));
  }
View Full Code Here


   * @param y
   */
  protected final void testMove(int x, int y)
  // is (x,y) over the pause or quit buttons?
  {
    new MouseMoveEvent().notify(new Point(x,y));
  }
View Full Code Here

TOP

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

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.