Răsfoiți Sursa

Travis CI: API documentation update at 2017-04-14 12:06:07 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/1d3c20aa70447a1a2ab67ebb6ef943ab234535ff

Message: Double up the editor UI when on High DPI display.

urho3d-travis-ci 8 ani în urmă
părinte
comite
c3622175d3
4 a modificat fișierele cu 6 adăugiri și 1 ștergeri
  1. 2 0
      Docs/AngelScriptAPI.h
  2. 2 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 2 - 0
Docs/AngelScriptAPI.h

@@ -5876,6 +5876,8 @@ String category;
 /* readonly */
 bool focus;
 /* readonly */
+Vector2 inputScale;
+/* readonly */
 Array<JoystickState> joysticks;
 /* readonly */
 Array<JoystickState> joysticksByIndex;

+ 2 - 0
Docs/LuaScriptAPI.dox

@@ -2938,6 +2938,7 @@ Methods:
 - int GetMouseMoveX() const
 - int GetMouseMoveY() const
 - int GetMouseMoveWheel() const
+- Vector2 GetInputScale() const
 - unsigned GetNumTouches() const
 - TouchState* GetTouch(unsigned index) const
 - unsigned GetNumJoysticks() const
@@ -2963,6 +2964,7 @@ Properties:
 - int mouseMoveX (readonly)
 - int mouseMoveY (readonly)
 - int mouseMoveWheel (readonly)
+- Vector2 inputScale (readonly)
 - unsigned numTouches (readonly)
 - unsigned numJoysticks (readonly)
 - bool toggleFullscreen (readonly)

+ 1 - 0
Docs/ScriptAPI.dox

@@ -7881,6 +7881,7 @@ Properties:
 
 - String category // readonly
 - bool focus // readonly
+- Vector2 inputScale // readonly
 - JoystickState@[] joysticks // readonly
 - JoystickState@[] joysticksByIndex // readonly
 - JoystickState@[] joysticksByName // readonly

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.60
+0.1.61