Browse Source

Travis CI: API documentation update at 2016-09-20 08:53:23 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/886e48ab8a317f0f571cd19472d0d6aee661517c

Message: Script bindings for new input functions.

urho3d-travis-ci 9 years ago
parent
commit
d13a92d616
4 changed files with 7 additions and 4 deletions
  1. 1 1
      Docs/AngelScriptAPI.h
  2. 3 1
      Docs/LuaScriptAPI.dox
  3. 2 1
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 1 - 1
Docs/AngelScriptAPI.h

@@ -5362,6 +5362,7 @@ class Input
 {
 // Methods:
 int AddScreenJoystick(XMLFile = null, XMLFile = null);
+void CenterMousePosition();
 int GetKeyFromName(const String&) const;
 int GetKeyFromScancode(int) const;
 String GetKeyName(int) const;
@@ -5421,7 +5422,6 @@ int mouseMoveWheel;
 int mouseMoveX;
 /* readonly */
 int mouseMoveY;
-/* readonly */
 IntVector2 mousePosition;
 bool mouseVisible;
 /* readonly */

+ 3 - 1
Docs/LuaScriptAPI.dox

@@ -2799,6 +2799,8 @@ Methods:
 - unsigned LoadGestures(const String fileName)
 - bool RemoveGesture(unsigned gestureID)
 - void RemoveAllGestures()
+- void SetMousePosition(const IntVector2& position)
+- void CenterMousePosition()
 - int GetKeyFromName(const String name) const
 - int GetKeyFromScancode(int scancode) const
 - String GetKeyName(int key) const
@@ -2839,7 +2841,7 @@ Methods:
 Properties:
 
 - int qualifiers (readonly)
-- IntVector2 mousePosition (readonly)
+- IntVector2 mousePosition
 - IntVector2& mouseMove (readonly)
 - int mouseMoveX (readonly)
 - int mouseMoveY (readonly)

+ 2 - 1
Docs/ScriptAPI.dox

@@ -7284,6 +7284,7 @@ Properties:
 Methods:
 
 - int AddScreenJoystick(XMLFile@ = null, XMLFile@ = null)
+- void CenterMousePosition()
 - int GetKeyFromName(const String&) const
 - int GetKeyFromScancode(int) const
 - String GetKeyName(int) const
@@ -7329,7 +7330,7 @@ Properties:
 - int mouseMoveWheel // readonly
 - int mouseMoveX // readonly
 - int mouseMoveY // readonly
-- IntVector2 mousePosition // readonly
+- IntVector2 mousePosition
 - bool mouseVisible
 - uint numJoysticks // readonly
 - uint numTouches // readonly

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.6
+0.1.7