You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by al...@apache.org on 2018/10/04 09:08:28 UTC

[royale-asjs] branch develop updated: Update UIComponent.as

This is an automated email from the ASF dual-hosted git repository.

alinakazi 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 0cb48ec  Update UIComponent.as
0cb48ec is described below

commit 0cb48ec67a1ab9cc42cf17377643259121e0d569
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Thu Oct 4 14:08:22 2018 +0500

    Update UIComponent.as
---
 .../MXRoyale/src/main/royale/mx/core/UIComponent.as         | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
index 8a40667..9d85955 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
@@ -4327,6 +4327,19 @@ COMPILE::JS
     {
         trace("selectedField not implemented");
     }
+    
+     private var contentMouseX:Number;
+     public function get contentMouseX():Number
+     {
+	return 0;
+     }
+     
+     private var contentMouseY:Number;
+     public function get contentMouseY():Number
+     {
+	return 0;
+     }
+	
 	[Inspectable(category="General")]