[static]
Defines the value of the type property of the Event object for a
rightClick event.
RightClickEvent
Property Detail
ctrlKey
property
public var ctrlKey:Boolean
Language Version :
ActionScript 3.0
Product Version :
Portfolio 9.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
Set to true if the control key was pressed; set to false otherwise.
shiftKey
property
public var shiftKey:Boolean
Language Version :
ActionScript 3.0
Product Version :
Portfolio 9.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
Set to true if the shift key was pressed; set to false otherwise.
stageX
property
public var stageX:int
Language Version :
ActionScript 3.0
Product Version :
Portfolio 9.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The x-coordinate (relative to the stage) of the mouse. A value of -1 means this is
not a true right-click, but rather a context-menu request triggered
by a (platform-specific) keyboard shortcut.
stageY
property
public var stageY:int
Language Version :
ActionScript 3.0
Product Version :
Portfolio 9.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
The y-coordinate (relative to the stage) of the mouse. A value of -1 means this is
not a true right-click, but rather a context-menu request triggered
by a (platform-specific) keyboard shortcut.
Constant Detail
RIGHT_CLICK
Constant
public static const RIGHT_CLICK:String = rightClick
Language Version :
ActionScript 3.0
Product Version :
Portfolio 9.0
Runtime Versions :
Flash Player 10.1, AIR 2.0
Defines the value of the type property of the Event object for a
rightClick event.