Browse Source

Travis CI: API documentation update at 2014-01-03 08:53:13 UTC.
[ci skip]

urho3d-travis-ci 12 years ago
parent
commit
674880cce3
1 changed files with 85 additions and 85 deletions
  1. 85 85
      Docs/LuaScriptAPI.dox

+ 85 - 85
Docs/LuaScriptAPI.dox

@@ -1804,83 +1804,6 @@ Properties:
 - bool override
 - bool ambientGradient
 
-### TouchState
-
-Methods:
-
-
-Properties:
-
-- int touchID
-- IntVector2 position
-- IntVector2 lastPosition
-- IntVector2 delta
-- float pressure
-
-### JoystickState
-
-Methods:
-
-- unsigned GetNumButtons() const
-- unsigned GetNumAxes() const
-- unsigned GetNumHats() const
-- bool GetButtonDown(unsigned index) const
-- bool GetButtonPress(unsigned index) const
-- float GetAxisPosition(unsigned index) const
-- int GetHatPosition(unsigned index) const
-
-Properties:
-
-- unsigned numButtons (readonly)
-- unsigned numAxes (readonly)
-- unsigned numHats (readonly)
-
-### Input : Object
-
-Methods:
-
-- void SetToggleFullscreen(bool enable)
-- void SetMouseVisible(bool enable)
-- bool OpenJoystick(unsigned index)
-- void CloseJoystick(unsigned index)
-- bool DetectJoysticks()
-- bool GetKeyDown(int key) const
-- bool GetKeyPress(int key) const
-- bool GetMouseButtonDown(int button) const
-- bool GetMouseButtonPress(int button) const
-- bool GetQualifierDown(int qualifier) const
-- bool GetQualifierPress(int qualifier) const
-- int GetQualifiers() const
-- IntVector2 GetMousePosition() const
-- const IntVector2& GetMouseMove() const
-- int GetMouseMoveX() const
-- int GetMouseMoveY() const
-- int GetMouseMoveWheel() const
-- unsigned GetNumTouches() const
-- TouchState* GetTouch(unsigned index) const
-- unsigned GetNumJoysticks() const
-- const String GetJoystickName(unsigned index) const
-- JoystickState* GetJoystick(unsigned index)
-- bool GetToggleFullscreen() const
-- bool IsMouseVisible() const
-- bool HasFocus()
-- bool IsMinimized() const
-
-Properties:
-
-- int qualifiers (readonly)
-- IntVector2 mousePosition (readonly)
-- IntVector2& mouseMove (readonly)
-- int mouseMoveX (readonly)
-- int mouseMoveY (readonly)
-- int mouseMoveWheel (readonly)
-- unsigned numTouches (readonly)
-- unsigned numJoysticks (readonly)
-- bool toggleFullscreen (readonly)
-- bool mouseVisible
-- bool focus (readonly)
-- bool minimized (readonly)
-
 ### Deserializer
 
 Methods:
@@ -2263,6 +2186,83 @@ Properties:
 - unsigned size (readonly)
 - bool eof (readonly)
 
+### TouchState
+
+Methods:
+
+
+Properties:
+
+- int touchID
+- IntVector2 position
+- IntVector2 lastPosition
+- IntVector2 delta
+- float pressure
+
+### JoystickState
+
+Methods:
+
+- unsigned GetNumButtons() const
+- unsigned GetNumAxes() const
+- unsigned GetNumHats() const
+- bool GetButtonDown(unsigned index) const
+- bool GetButtonPress(unsigned index) const
+- float GetAxisPosition(unsigned index) const
+- int GetHatPosition(unsigned index) const
+
+Properties:
+
+- unsigned numButtons (readonly)
+- unsigned numAxes (readonly)
+- unsigned numHats (readonly)
+
+### Input : Object
+
+Methods:
+
+- void SetToggleFullscreen(bool enable)
+- void SetMouseVisible(bool enable)
+- bool OpenJoystick(unsigned index)
+- void CloseJoystick(unsigned index)
+- bool DetectJoysticks()
+- bool GetKeyDown(int key) const
+- bool GetKeyPress(int key) const
+- bool GetMouseButtonDown(int button) const
+- bool GetMouseButtonPress(int button) const
+- bool GetQualifierDown(int qualifier) const
+- bool GetQualifierPress(int qualifier) const
+- int GetQualifiers() const
+- IntVector2 GetMousePosition() const
+- const IntVector2& GetMouseMove() const
+- int GetMouseMoveX() const
+- int GetMouseMoveY() const
+- int GetMouseMoveWheel() const
+- unsigned GetNumTouches() const
+- TouchState* GetTouch(unsigned index) const
+- unsigned GetNumJoysticks() const
+- const String GetJoystickName(unsigned index) const
+- JoystickState* GetJoystick(unsigned index)
+- bool GetToggleFullscreen() const
+- bool IsMouseVisible() const
+- bool HasFocus()
+- bool IsMinimized() const
+
+Properties:
+
+- int qualifiers (readonly)
+- IntVector2 mousePosition (readonly)
+- IntVector2& mouseMove (readonly)
+- int mouseMoveX (readonly)
+- int mouseMoveY (readonly)
+- int mouseMoveWheel (readonly)
+- unsigned numTouches (readonly)
+- unsigned numJoysticks (readonly)
+- bool toggleFullscreen (readonly)
+- bool mouseVisible
+- bool focus (readonly)
+- bool minimized (readonly)
+
 ### LuaScriptInstance : Component
 
 Methods:
@@ -4924,6 +4924,14 @@ Properties:
 - unsigned VO_DISABLE_OCCLUSION
 - int SHADOW_MIN_PIXELS
 - int INSTANCING_BUFFER_DEFAULT_SIZE
+- unsigned SCAN_FILES
+- unsigned SCAN_DIRS
+- unsigned SCAN_HIDDEN
+- int LOG_DEBUG
+- int LOG_INFO
+- int LOG_WARNING
+- int LOG_ERROR
+- int LOG_NONE
 - int MOUSEB_LEFT
 - int MOUSEB_MIDDLE
 - int MOUSEB_RIGHT
@@ -5046,14 +5054,6 @@ Properties:
 - int HAT_RIGHT
 - int HAT_DOWN
 - int HAT_LEFT
-- unsigned SCAN_FILES
-- unsigned SCAN_DIRS
-- unsigned SCAN_HIDDEN
-- int LOG_DEBUG
-- int LOG_INFO
-- int LOG_WARNING
-- int LOG_ERROR
-- int LOG_NONE
 - float M_PI
 - int M_MIN_INT
 - int M_MAX_INT