Packageartcustomer.maxima.events
Classpublic class GameEvent
InheritanceGameEvent Inheritance flash.events.Event

GameEvent



Public Methods
 MethodDefined By
  
GameEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, context:IGameContext = null, contextWidth:int = 0, contextHeight:int = 0, stageWidth:int = 0, stageHeight:int = 0)
Constructor
GameEvent
  
clone():Event
[override] Clone GameEvent.
GameEvent
  
toString():String
[override] Get String value of GameEvent.
GameEvent
Public Constants
 ConstantDefined By
  GAME_DESTROY : String = gameDestroy
[static]
GameEvent
  GAME_FOCUS_IN : String = gameFocusIn
[static]
GameEvent
  GAME_FOCUS_OUT : String = gameFocusOut
[static]
GameEvent
  GAME_FULL_SCREEN : String = gameFullScreen
[static]
GameEvent
  GAME_NORMAL_SCREEN : String = gameNormalScreen
[static]
GameEvent
  GAME_PAUSE : String = gamePause
[static]
GameEvent
  GAME_RESET : String = gameReset
[static]
GameEvent
  GAME_RESIZE : String = gameResize
[static]
GameEvent
  GAME_RESUME : String = gameResume
[static]
GameEvent
  GAME_SETUP : String = gameSetup
[static]
GameEvent
Constructor Detail
GameEvent()Constructor
public function GameEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, context:IGameContext = null, contextWidth:int = 0, contextHeight:int = 0, stageWidth:int = 0, stageHeight:int = 0)

Constructor

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
context:IGameContext (default = null)
 
contextWidth:int (default = 0)
 
contextHeight:int (default = 0)
 
stageWidth:int (default = 0)
 
stageHeight:int (default = 0)
Method Detail
clone()method
override public function clone():Event

Clone GameEvent.

Returns
Event
toString()method 
override public function toString():String

Get String value of GameEvent.

Returns
String
Constant Detail
GAME_DESTROYConstant
public static const GAME_DESTROY:String = gameDestroy

GAME_FOCUS_INConstant 
public static const GAME_FOCUS_IN:String = gameFocusIn

GAME_FOCUS_OUTConstant 
public static const GAME_FOCUS_OUT:String = gameFocusOut

GAME_FULL_SCREENConstant 
public static const GAME_FULL_SCREEN:String = gameFullScreen

GAME_NORMAL_SCREENConstant 
public static const GAME_NORMAL_SCREEN:String = gameNormalScreen

GAME_PAUSEConstant 
public static const GAME_PAUSE:String = gamePause

GAME_RESETConstant 
public static const GAME_RESET:String = gameReset

GAME_RESIZEConstant 
public static const GAME_RESIZE:String = gameResize

GAME_RESUMEConstant 
public static const GAME_RESUME:String = gameResume

GAME_SETUPConstant 
public static const GAME_SETUP:String = gameSetup