Browse Source

Travis CI: API documentation update at 2015-09-22 11:15:21 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/e55915502e47f360a5155414b62eb135638538a8

Message: Added MM_FREE mouse mode, which allows the cursor to move around and go out of the window also when hidden, and give accurate GetMousePosition() readings when inside the window. Closes #904.

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

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -12997,6 +12997,7 @@ enum MouseMode
 MM_ABSOLUTE,
 MM_ABSOLUTE,
 MM_RELATIVE,
 MM_RELATIVE,
 MM_WRAP,
 MM_WRAP,
+MM_FREE,
 };
 };
 
 
 enum NavigationPushiness
 enum NavigationPushiness

+ 1 - 0
Docs/LuaScriptAPI.dox

@@ -7382,6 +7382,7 @@ Properties:
 - int MM_ABSOLUTE
 - int MM_ABSOLUTE
 - int MM_RELATIVE
 - int MM_RELATIVE
 - int MM_WRAP
 - int MM_WRAP
+- int MM_FREE
 
 
 ### NavigationPushiness
 ### NavigationPushiness
 
 

+ 1 - 0
Docs/ScriptAPI.dox

@@ -13661,6 +13661,7 @@ Properties:
 - MM_ABSOLUTE
 - MM_ABSOLUTE
 - MM_RELATIVE
 - MM_RELATIVE
 - MM_WRAP
 - MM_WRAP
+- MM_FREE
 
 
 
 
 ### NavigationPushiness
 ### NavigationPushiness

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.153
+0.0.154