This is an automated email from the ASF dual-hosted git repository.
alinakazi pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
new 691a010 Update MouseEvent.as
691a010 is described below
commit 691a0104e117c9fb111179cdfe43a7b10e650ce4
Author: alinakazi <[email protected]>
AuthorDate: Thu Jun 7 14:09:54 2018 +0500
Update MouseEvent.as
---
.../projects/MXRoyale/src/main/royale/mx/events/MouseEvent.as | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
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 f5b5494..c372493 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/events/MouseEvent.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/events/MouseEvent.as
@@ -38,7 +38,16 @@ import org.apache.royale.events.MouseEvent;
public class MouseEvent extends org.apache.royale.events.MouseEvent
{
/* include "../core/Version.as"; */
-
+ public static const MOUSE_DOWN:String =
org.apache.royale.events.MouseEvent.MOUSE_DOWN;
+ public static const MOUSE_MOVE:String =
org.apache.royale.events.MouseEvent.MOUSE_MOVE;
+ public static const MOUSE_UP:String =
org.apache.royale.events.MouseEvent.MOUSE_UP;
+ public static const MOUSE_OUT:String =
org.apache.royale.events.MouseEvent.MOUSE_OUT;
+ public static const MOUSE_OVER:String =
org.apache.royale.events.MouseEvent.MOUSE_OVER;
+ public static const ROLL_OVER:String =
org.apache.royale.events.MouseEvent.ROLL_OVER;
+ 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;
+
//--------------------------------------------------------------------------
//
// Class constants
--
To stop receiving notification emails like this one, please contact
[email protected].