examples
Class MousePointsWorld

java.lang.Object
  extended by world.World
      extended by examples.MousePointsWorld

public class MousePointsWorld
extends World

Mouse World point/click Test


Field Summary
 
Fields inherited from class world.World
DEFAULT_TICK_RATE, KEY_ARROW_DOWN, KEY_ARROW_LEFT, KEY_ARROW_RIGHT, KEY_ARROW_UP, MOUSE_DOWN, MOUSE_DRAG, MOUSE_ENTER, MOUSE_LEAVE, MOUSE_MOVE, MOUSE_UP
 
Method Summary
static void main(java.lang.String[] s)
           
 Scene onDraw()
          Draw by returning the inner Scene
 World onMouse(int x, int y, java.lang.String me)
          On a mouse click add a circle to the inner Scene
 
Methods inherited from class world.World
bigBang, display, lastScene, onKey, onRelease, onTick, stopWhen, tickRate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] s)

onDraw

public Scene onDraw()
Draw by returning the inner Scene

Specified by:
onDraw in class World

onMouse

public World onMouse(int x,
                     int y,
                     java.lang.String me)
On a mouse click add a circle to the inner Scene

Overrides:
onMouse in class World