This is an automated email from the ASF dual-hosted git repository.
pushminakazi pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 41a26f9 Update MouseEvent.as added CONTEXT_MENU in MXRoyale
41a26f9 is described below
commit 41a26f9eb25c363a46211d25af5ef776db68cf48
Author: pashminakazi <[email protected]>
AuthorDate: Fri Mar 12 14:32:04 2021 +0500
Update MouseEvent.as added CONTEXT_MENU in MXRoyale
---
frameworks/projects/MXRoyale/src/main/royale/mx/events/MouseEvent.as | 1 +
1 file changed, 1 insertion(+)
diff --git
a/frameworks/projects/MXRoyale/src/main/royale/mx/events/MouseEvent.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/events/MouseEvent.as
index 1961364..3b5e6ef 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/events/MouseEvent.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/events/MouseEvent.as
@@ -48,6 +48,7 @@ public class MouseEvent extends
org.apache.royale.events.MouseEvent
public static const ROLL_OUT:String =
org.apache.royale.events.MouseEvent.ROLL_OUT;
public static const CLICK:String =
org.apache.royale.events.MouseEvent.CLICK;
public static const DOUBLE_CLICK:String =
org.apache.royale.events.MouseEvent.DOUBLE_CLICK;
+ public static const CONTEXT_MENU:String =
org.apache.royale.events.MouseEvent.CONTEXT_MENU;
//--------------------------------------------------------------------------
//