Browse Source

Travis CI: API documentation update at 2016-03-15 18:11:17 UTC.
[ci package]

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

Message: Fix all the cross-compiling builds due to bugs in SDL CMakeLists.txt.
Fix SDL library build on iOS platform.

urho3d-travis-ci 9 years ago
parent
commit
385a1538fd
2 changed files with 1 additions and 3 deletions
  1. 0 2
      Docs/ScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 0 - 2
Docs/ScriptAPI.dox

@@ -164,7 +164,6 @@ namespace Urho3D
 ### KeyDown
 - %Key : int
 - %Scancode : int
-- %Raw : uint
 - %Buttons : int
 - %Qualifiers : int
 - %Repeat : bool
@@ -172,7 +171,6 @@ namespace Urho3D
 ### KeyUp
 - %Key : int
 - %Scancode : int
-- %Raw : uint
 - %Buttons : int
 - %Qualifiers : int
 

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.199
+0.0.200