示例#1
0
 public static boolean mouseStarted() {
   return _mouse.started();
 }
示例#2
0
 public static H drawStage() {
   _behaviors.runAll(_app);
   _mouse.handleEvents();
   _stage.paintAll(_graphicsContext, _uses3D, 1);
   return _self;
 }