| Package | artcustomer.framework.events | 
| Class | public class InputsEvent | 
| Inheritance | InputsEvent  flash.events.Event | 
| Method | Defined By | ||
|---|---|---|---|
| InputsEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, mouseEvent:MouseEvent = null, keyboardEvent:KeyboardEvent = null, keyCode:uint = 0, charCode:uint = 0, keyName:String = null, mouseX:int = 0, mouseY:int = 0, mouseDelta:int = 0) 
		 Constructor
		 
		  | InputsEvent | ||
| clone():Event [override] 
		 Clone InputsEvent. | InputsEvent | ||
| toString():String [override] 
		 Get String value of InputsEvent. | InputsEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| INPUT_KEY_FAST_REPEAT : String = inputKeyFastRepeat [static]  | InputsEvent | ||
| INPUT_KEY_PRESS : String = inputKeyPress [static]  | InputsEvent | ||
| INPUT_KEY_RELEASE : String = inputKeyRelease [static]  | InputsEvent | ||
| INPUT_KEY_REPEAT : String = inputKeyRepeat [static]  | InputsEvent | ||
| INPUT_MOUSE_CLICK : String = inputMouseClick [static]  | InputsEvent | ||
| INPUT_MOUSE_DOUBLECLICK : String = inputMouseDoubleClick [static]  | InputsEvent | ||
| INPUT_MOUSE_DOWN : String = inputMouseDown [static]  | InputsEvent | ||
| INPUT_MOUSE_LEAVE : String = inputMouseLeave [static]  | InputsEvent | ||
| INPUT_MOUSE_MOVE : String = inputMouseMove [static]  | InputsEvent | ||
| INPUT_MOUSE_OUT : String = inputMouseOut [static]  | InputsEvent | ||
| INPUT_MOUSE_OVER : String = inputMouseOver [static]  | InputsEvent | ||
| INPUT_MOUSE_ROLL_OUT : String = inputMouseRollOut [static]  | InputsEvent | ||
| INPUT_MOUSE_ROLL_OVER : String = inputMouseRollOver [static]  | InputsEvent | ||
| INPUT_MOUSE_UP : String = inputMouseUp [static]  | InputsEvent | ||
| INPUT_MOUSE_WHEEL_DOWN : String = inputMouseWheelDown [static]  | InputsEvent | ||
| INPUT_MOUSE_WHEEL_UP : String = inputMouseWheelUp [static]  | InputsEvent | ||
| InputsEvent | () | Constructor | 
public function InputsEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, mouseEvent:MouseEvent = null, keyboardEvent:KeyboardEvent = null, keyCode:uint = 0, charCode:uint = 0, keyName:String = null, mouseX:int = 0, mouseY:int = 0, mouseDelta:int = 0)Constructor
Parameters| type:String | |
| bubbles:Boolean(default =false) | |
| cancelable:Boolean(default =false) | |
| mouseEvent:MouseEvent(default =null) | |
| keyboardEvent:KeyboardEvent(default =null) | |
| keyCode:uint(default =0) | |
| charCode:uint(default =0) | |
| keyName:String(default =null) | |
| mouseX:int(default =0) | |
| mouseY:int(default =0) | |
| mouseDelta:int(default =0) | 
| clone | () | method | 
override public function clone():EventClone InputsEvent.
Returns| Event— | 
| toString | () | method | 
override public function toString():StringGet String value of InputsEvent.
Returns| String— | 
| INPUT_KEY_FAST_REPEAT | Constant | 
public static const INPUT_KEY_FAST_REPEAT:String = inputKeyFastRepeat| INPUT_KEY_PRESS | Constant | 
public static const INPUT_KEY_PRESS:String = inputKeyPress| INPUT_KEY_RELEASE | Constant | 
public static const INPUT_KEY_RELEASE:String = inputKeyRelease| INPUT_KEY_REPEAT | Constant | 
public static const INPUT_KEY_REPEAT:String = inputKeyRepeat| INPUT_MOUSE_CLICK | Constant | 
public static const INPUT_MOUSE_CLICK:String = inputMouseClick| INPUT_MOUSE_DOUBLECLICK | Constant | 
public static const INPUT_MOUSE_DOUBLECLICK:String = inputMouseDoubleClick| INPUT_MOUSE_DOWN | Constant | 
public static const INPUT_MOUSE_DOWN:String = inputMouseDown| INPUT_MOUSE_LEAVE | Constant | 
public static const INPUT_MOUSE_LEAVE:String = inputMouseLeave| INPUT_MOUSE_MOVE | Constant | 
public static const INPUT_MOUSE_MOVE:String = inputMouseMove| INPUT_MOUSE_OUT | Constant | 
public static const INPUT_MOUSE_OUT:String = inputMouseOut| INPUT_MOUSE_OVER | Constant | 
public static const INPUT_MOUSE_OVER:String = inputMouseOver| INPUT_MOUSE_ROLL_OUT | Constant | 
public static const INPUT_MOUSE_ROLL_OUT:String = inputMouseRollOut| INPUT_MOUSE_ROLL_OVER | Constant | 
public static const INPUT_MOUSE_ROLL_OVER:String = inputMouseRollOver| INPUT_MOUSE_UP | Constant | 
public static const INPUT_MOUSE_UP:String = inputMouseUp| INPUT_MOUSE_WHEEL_DOWN | Constant | 
public static const INPUT_MOUSE_WHEEL_DOWN:String = inputMouseWheelDown| INPUT_MOUSE_WHEEL_UP | Constant | 
public static const INPUT_MOUSE_WHEEL_UP:String = inputMouseWheelUp