Packageartcustomer.maxima.events
Classpublic class GameInputEvent
InheritanceGameInputEvent Inheritance flash.events.Event

GameInputEvent



Public Methods
 MethodDefined By
  
GameInputEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, context:IGameContext = null, nativeEvent:Event = null)
Constructor
GameInputEvent
  
clone():Event
[override] Clone GameInputEvent.
GameInputEvent
  
toString():String
[override] Get String value of GameInputEvent.
GameInputEvent
Public Constants
 ConstantDefined By
  INPUT_KEY_FAST_REPEAT : String = inputKeyFastRepeat
[static]
GameInputEvent
  INPUT_KEY_PRESS : String = inputKeyPress
[static]
GameInputEvent
  INPUT_KEY_RELEASE : String = inputKeyRelease
[static]
GameInputEvent
  INPUT_KEY_REPEAT : String = inputKeyRepeat
[static]
GameInputEvent
  INPUT_MOUSE_CLICK : String = inputMouseClick
[static]
GameInputEvent
  INPUT_MOUSE_DOUBLECLICK : String = inputMouseDoubleClick
[static]
GameInputEvent
  INPUT_MOUSE_DOWN : String = inputMouseDown
[static]
GameInputEvent
  INPUT_MOUSE_LEAVE : String = inputMouseLeave
[static]
GameInputEvent
  INPUT_MOUSE_MOVE : String = inputMouseMove
[static]
GameInputEvent
  INPUT_MOUSE_OUT : String = inputMouseOut
[static]
GameInputEvent
  INPUT_MOUSE_OVER : String = inputMouseOver
[static]
GameInputEvent
  INPUT_MOUSE_ROLL_OUT : String = inputMouseRollOut
[static]
GameInputEvent
  INPUT_MOUSE_ROLL_OVER : String = inputMouseRollOver
[static]
GameInputEvent
  INPUT_MOUSE_UP : String = inputMouseUp
[static]
GameInputEvent
  INPUT_MOUSE_WHEEL_DOWN : String = inputMouseWheelDown
[static]
GameInputEvent
  INPUT_MOUSE_WHEEL_UP : String = inputMouseWheelUp
[static]
GameInputEvent
  INPUT_TOUCH_BEGIN : String = inputTouchBegin
[static]
GameInputEvent
  INPUT_TOUCH_END : String = inputTouchEnd
[static]
GameInputEvent
  INPUT_TOUCH_MOVE : String = inputTouchMove
[static]
GameInputEvent
  INPUT_TOUCH_TAP : String = inputTouchTap
[static]
GameInputEvent
Constructor Detail
GameInputEvent()Constructor
public function GameInputEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, context:IGameContext = null, nativeEvent:Event = null)

Constructor

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
 
context:IGameContext (default = null)
 
nativeEvent:Event (default = null)
Method Detail
clone()method
override public function clone():Event

Clone GameInputEvent.

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

Get String value of GameInputEvent.

Returns
String
Constant Detail
INPUT_KEY_FAST_REPEATConstant
public static const INPUT_KEY_FAST_REPEAT:String = inputKeyFastRepeat

INPUT_KEY_PRESSConstant 
public static const INPUT_KEY_PRESS:String = inputKeyPress

INPUT_KEY_RELEASEConstant 
public static const INPUT_KEY_RELEASE:String = inputKeyRelease

INPUT_KEY_REPEATConstant 
public static const INPUT_KEY_REPEAT:String = inputKeyRepeat

INPUT_MOUSE_CLICKConstant 
public static const INPUT_MOUSE_CLICK:String = inputMouseClick

INPUT_MOUSE_DOUBLECLICKConstant 
public static const INPUT_MOUSE_DOUBLECLICK:String = inputMouseDoubleClick

INPUT_MOUSE_DOWNConstant 
public static const INPUT_MOUSE_DOWN:String = inputMouseDown

INPUT_MOUSE_LEAVEConstant 
public static const INPUT_MOUSE_LEAVE:String = inputMouseLeave

INPUT_MOUSE_MOVEConstant 
public static const INPUT_MOUSE_MOVE:String = inputMouseMove

INPUT_MOUSE_OUTConstant 
public static const INPUT_MOUSE_OUT:String = inputMouseOut

INPUT_MOUSE_OVERConstant 
public static const INPUT_MOUSE_OVER:String = inputMouseOver

INPUT_MOUSE_ROLL_OUTConstant 
public static const INPUT_MOUSE_ROLL_OUT:String = inputMouseRollOut

INPUT_MOUSE_ROLL_OVERConstant 
public static const INPUT_MOUSE_ROLL_OVER:String = inputMouseRollOver

INPUT_MOUSE_UPConstant 
public static const INPUT_MOUSE_UP:String = inputMouseUp

INPUT_MOUSE_WHEEL_DOWNConstant 
public static const INPUT_MOUSE_WHEEL_DOWN:String = inputMouseWheelDown

INPUT_MOUSE_WHEEL_UPConstant 
public static const INPUT_MOUSE_WHEEL_UP:String = inputMouseWheelUp

INPUT_TOUCH_BEGINConstant 
public static const INPUT_TOUCH_BEGIN:String = inputTouchBegin

INPUT_TOUCH_ENDConstant 
public static const INPUT_TOUCH_END:String = inputTouchEnd

INPUT_TOUCH_MOVEConstant 
public static const INPUT_TOUCH_MOVE:String = inputTouchMove

INPUT_TOUCH_TAPConstant 
public static const INPUT_TOUCH_TAP:String = inputTouchTap