فهرست منبع

Travis CI: API documentation update at 2014-05-12 11:28:45 UTC.
[ci package]

urho3d-travis-ci 11 سال پیش
والد
کامیت
10bcc81234
3فایلهای تغییر یافته به همراه8 افزوده شده و 3 حذف شده
  1. 2 1
      Docs/AngelScriptAPI.h
  2. 5 1
      Docs/LuaScriptAPI.dox
  3. 1 1
      Docs/ScriptAPI.dox

+ 2 - 1
Docs/AngelScriptAPI.h

@@ -9969,7 +9969,8 @@ IntVector2 lastPosition;
 IntVector2 position;
 float pressure;
 int touchID;
-WeakHandle touchedElement;
+/* readonly */
+UIElement touchedElement;
 };
 
 class UI

+ 5 - 1
Docs/LuaScriptAPI.dox

@@ -5082,6 +5082,10 @@ Properties:
 ### TouchState
 
 
+Methods:
+
+- UIElement* GetTouchedElement()
+
 Properties:
 
 - int touchID
@@ -5089,7 +5093,7 @@ Properties:
 - IntVector2 lastPosition
 - IntVector2 delta
 - float pressure
-- WeakPtr<UIElement> touchedElement
+- UIElement* touchedElement (readonly)
 
 ### UI : Object
 

+ 1 - 1
Docs/ScriptAPI.dox

@@ -10388,7 +10388,7 @@ Properties:
 - IntVector2 position
 - float pressure
 - int touchID
-- WeakHandle touchedElement
+- UIElement@ touchedElement // readonly
 
 
 ### UI