Browse Source

Travis CI: API documentation update at 2014-04-24 03:30:30 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
20c4250540
3 changed files with 5 additions and 0 deletions
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 3 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -4269,6 +4269,7 @@ bool minimized;
 Array<bool> mouseButtonDown;
 /* readonly */
 Array<bool> mouseButtonPress;
+bool mouseGrabbed;
 /* readonly */
 IntVector2 mouseMove;
 /* readonly */

+ 3 - 0
Docs/LuaScriptAPI.dox

@@ -2020,6 +2020,7 @@ Methods:
 
 - void SetToggleFullscreen(bool enable)
 - void SetMouseVisible(bool enable)
+- void SetMouseGrabbed(bool grab)
 - int AddScreenJoystick(XMLFile* layoutFile = 0, XMLFile* styleFile = 0)
 - bool RemoveScreenJoystick(int id)
 - void SetScreenJoystickVisible(int id, bool enable)
@@ -2061,6 +2062,7 @@ Methods:
 - bool IsScreenJoystickVisible(int id) const
 - bool IsScreenKeyboardVisible() const
 - bool IsMouseVisible() const
+- bool IsMouseGrabbed() const
 - bool HasFocus()
 - bool IsMinimized() const
 
@@ -2078,6 +2080,7 @@ Properties:
 - bool screenKeyboardSupport (readonly)
 - bool screenKeyboardVisible
 - bool mouseVisible
+- bool mouseGrabbed
 - bool focus (readonly)
 - bool minimized (readonly)
 

+ 1 - 0
Docs/ScriptAPI.dox

@@ -5554,6 +5554,7 @@ Properties:
 - bool minimized // readonly
 - bool[] mouseButtonDown // readonly
 - bool[] mouseButtonPress // readonly
+- bool mouseGrabbed
 - IntVector2 mouseMove // readonly
 - int mouseMoveWheel // readonly
 - int mouseMoveX // readonly