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 a540a9b  Update MouseEvent.as added CONTEXT_MENU in Core
a540a9b is described below

commit a540a9b94c5c920fdb13ce0341a8226c98deb47f
Author: pashminakazi <[email protected]>
AuthorDate: Fri Mar 12 14:31:56 2021 +0500

    Update MouseEvent.as added CONTEXT_MENU in Core
---
 .../Core/src/main/royale/org/apache/royale/events/MouseEvent.as         | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/frameworks/projects/Core/src/main/royale/org/apache/royale/events/MouseEvent.as
 
b/frameworks/projects/Core/src/main/royale/org/apache/royale/events/MouseEvent.as
index 29bf442..a4efe26 100644
--- 
a/frameworks/projects/Core/src/main/royale/org/apache/royale/events/MouseEvent.as
+++ 
b/frameworks/projects/Core/src/main/royale/org/apache/royale/events/MouseEvent.as
@@ -70,6 +70,7 @@ package org.apache.royale.events
         public static const CLICK:String = "click";
         public static const DOUBLE_CLICK:String = "doubleClick";
         public static const WHEEL:String = "mouseWheel";
+        public static const CONTEXT_MENU:String = "contextMenu"
         
         /**
          *  Constructor.
@@ -282,6 +283,7 @@ package org.apache.royale.events
         public static const CLICK:String = "click";
         public static const DOUBLE_CLICK:String = "dblclick";
         public static const WHEEL:String = "wheel";
+        public static const CONTEXT_MENU:String = "contextMenu"
         
         /**
          *  Constructor.

Reply via email to