Language Version : | ActionScript 3.0 |
Product Version : | Portfolio 9.0 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
An
Event
dispatched by a
INavigatorHost
in response to
right-click operations.
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.
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.
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.
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.
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.
Fri Apr 15 2011, 11:10 AM -07:00