Browse Source

Travis CI: API documentation update at 2016-05-30 17:58:08 UTC.
[ci package]

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

Message: Prefer key constants instead of ascii codes in keydown/keypress checks. (AngelScript & C++)

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

+ 1 - 1
Docs/AngelScriptAPI.h

@@ -14607,7 +14607,7 @@ int KEY_DELETE;
 int KEY_DOWN;
 int KEY_E;
 int KEY_END;
-int KEY_ESC;
+int KEY_ESCAPE;
 int KEY_F;
 int KEY_F1;
 int KEY_F10;

+ 1 - 1
Docs/LuaScriptAPI.dox

@@ -8279,7 +8279,7 @@ Properties:
 - int KEY_DOWN
 - int KEY_E
 - int KEY_END
-- int KEY_ESC
+- int KEY_ESCAPE
 - int KEY_F
 - int KEY_F1
 - int KEY_F10

+ 1 - 1
Docs/ScriptAPI.dox

@@ -15465,7 +15465,7 @@ Properties:
 - int KEY_DOWN
 - int KEY_E
 - int KEY_END
-- int KEY_ESC
+- int KEY_ESCAPE
 - int KEY_F
 - int KEY_F1
 - int KEY_F10

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.230
+0.0.231