Packageartcustomer.maxima.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
Events
 Event Summary Defined By
 InheritedInteractiveContext
 InheritedInteractiveContext
 InheritedInteractiveContext
 InheritedInteractiveContext
 InheritedInteractiveContext
 InheritedInteractiveContext
 InheritedInteractiveContext
 InheritedInteractiveContext
  CrossPlatformInputsContext
  CrossPlatformInputsContext
  CrossPlatformInputsContext
  CrossPlatformInputsContext
  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.maxima.events.GameInputEvent

inputKeyRelease Event  
Event Object Type: artcustomer.maxima.events.GameInputEvent

inputKeyRepeat Event  
Event Object Type: artcustomer.maxima.events.GameInputEvent

inputMouseClick Event  
Event Object Type: artcustomer.maxima.events.GameInputEvent

inputMouseDoubleClick Event  
Event Object Type: artcustomer.maxima.events.GameInputEvent

inputMouseDown Event  
Event Object Type: artcustomer.maxima.events.GameInputEvent

inputMouseLeave Event  
Event Object Type: artcustomer.maxima.events.GameInputEvent

inputMouseMove Event  
Event Object Type: artcustomer.maxima.events.GameInputEvent

inputMouseOut Event  
Event Object Type: artcustomer.maxima.events.GameInputEvent

inputMouseOver Event  
Event Object Type: artcustomer.maxima.events.GameInputEvent

inputMouseRollOut Event  
Event Object Type: artcustomer.maxima.events.GameInputEvent

inputMouseRollOver Event  
Event Object Type: artcustomer.maxima.events.GameInputEvent

inputMouseUp Event  
Event Object Type: artcustomer.maxima.events.GameInputEvent

inputMouseWheelDown Event  
Event Object Type: artcustomer.maxima.events.GameInputEvent

inputMouseWheelUp Event  
Event Object Type: artcustomer.maxima.events.GameInputEvent

inputTouchBegin Event  
Event Object Type: artcustomer.maxima.events.GameInputEvent

inputTouchEnd Event  
Event Object Type: artcustomer.maxima.events.GameInputEvent

inputTouchMove Event  
Event Object Type: artcustomer.maxima.events.GameInputEvent

inputTouchTap Event  
Event Object Type: artcustomer.maxima.events.GameInputEvent