Packageartcustomer.framework.context
Classpublic class CrossPlatformInputsContext
InheritanceCrossPlatformInputsContext Inheritance InteractiveContext Inheritance EventContext Inheritance Object
Subclasses ServiceContext

CrossPlatformInputsContext



Public Methods
 MethodDefined By
  
Constructor
CrossPlatformInputsContext
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Add an eventListener.
EventContext
  
destroy():void
[override] Destroy CrossPlatformInputsContext.
CrossPlatformInputsContext
 Inherited
dispatchEvent(e:Event):Boolean
Dispatch an event.
EventContext
 Inherited
hasEventListener(type:String):Boolean
Test an eventlistener.
EventContext
 Inherited
hideLogo():void
Hide Framework logo.
InteractiveContext
 Inherited
hideMenu():void
Hide Framework context menu.
InteractiveContext
 Inherited
move(x:int = 0, y:int = 0):void
Move the context view.
InteractiveContext
 Inherited
moveLogo(align:String, verticalMargin:int = 0, horizontalMargin:int = 0):void
Move Framework logo.
InteractiveContext
 Inherited
Refresh the context view.
InteractiveContext
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Remove an eventlistener.
EventContext
  
setup():void
[override] Setup CrossPlatformInputsContext.
CrossPlatformInputsContext
 Inherited
showLogo():void
Show Framework logo.
InteractiveContext
 Inherited
showMenu():void
Show Framework context menu.
InteractiveContext
 Inherited
Switch Normal / FullScreen mode
InteractiveContext
 Inherited
willTrigger(type:String):Boolean
Test event trigger.
EventContext
Protected Methods
 MethodDefined By
 Inherited
focus():void
When FlashPlayer receive focus.
InteractiveContext
 Inherited
resize():void
When player window is resized.
InteractiveContext
 Inherited
unfocus():void
When FlashPlayer lose focus.
InteractiveContext
Events
 Event Summary Defined By
 InheritedInteractiveContext
 InheritedInteractiveContext
 InheritedInteractiveContext
 InheritedInteractiveContext
 InheritedInteractiveContext
  CrossPlatformInputsContext
  CrossPlatformInputsContext
  CrossPlatformInputsContext
  CrossPlatformInputsContext
  CrossPlatformInputsContext
  CrossPlatformInputsContext
  CrossPlatformInputsContext
  CrossPlatformInputsContext
  CrossPlatformInputsContext
  CrossPlatformInputsContext
  CrossPlatformInputsContext
  CrossPlatformInputsContext
  CrossPlatformInputsContext
  CrossPlatformInputsContext
  CrossPlatformInputsContext
Constructor Detail
CrossPlatformInputsContext()Constructor
public function CrossPlatformInputsContext()

Constructor

Method Detail
destroy()method
override public function destroy():void

Destroy CrossPlatformInputsContext.

setup()method 
override public function setup():void

Setup CrossPlatformInputsContext.

Event Detail
inputKeyFastRepeat Event
Event Object Type: artcustomer.framework.events.InputsEvent

inputKeyRelease Event  
Event Object Type: artcustomer.framework.events.InputsEvent

inputKeyRepeat Event  
Event Object Type: artcustomer.framework.events.InputsEvent

inputMouseClick Event  
Event Object Type: artcustomer.framework.events.InputsEvent

inputMouseDoubleClick Event  
Event Object Type: artcustomer.framework.events.InputsEvent

inputMouseDown Event  
Event Object Type: artcustomer.framework.events.InputsEvent

inputMouseLeave Event  
Event Object Type: artcustomer.framework.events.InputsEvent

inputMouseMove Event  
Event Object Type: artcustomer.framework.events.InputsEvent

inputMouseOut Event  
Event Object Type: artcustomer.framework.events.InputsEvent

inputMouseOver Event  
Event Object Type: artcustomer.framework.events.InputsEvent

inputMouseRollOut Event  
Event Object Type: artcustomer.framework.events.InputsEvent

inputMouseRollOver Event  
Event Object Type: artcustomer.framework.events.InputsEvent

inputMouseUp Event  
Event Object Type: artcustomer.framework.events.InputsEvent

inputMouseWheelDown Event  
Event Object Type: artcustomer.framework.events.InputsEvent

inputMouseWheelUp Event  
Event Object Type: artcustomer.framework.events.InputsEvent