瀏覽代碼

Travis CI: API documentation update at 2014-04-13 15:51:15 UTC.
[ci package]

urho3d-travis-ci 11 年之前
父節點
當前提交
02c8dc1f76
共有 3 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 1 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -4264,6 +4264,7 @@ int width;
 class Input
 class Input
 {
 {
 // Methods:
 // Methods:
+uint AddScreenJoystick(bool = false, XMLFile = null, XMLFile = null);
 void CloseJoystick(uint);
 void CloseJoystick(uint);
 bool DetectJoysticks();
 bool DetectJoysticks();
 int GetKeyFromName(const String&) const;
 int GetKeyFromName(const String&) const;

+ 1 - 0
Docs/LuaScriptAPI.dox

@@ -2044,6 +2044,7 @@ Methods:
 - bool OpenJoystick(unsigned index)
 - bool OpenJoystick(unsigned index)
 - void CloseJoystick(unsigned index)
 - void CloseJoystick(unsigned index)
 - bool DetectJoysticks()
 - bool DetectJoysticks()
+- unsigned AddScreenJoystick(bool injectAsKeyEvents = false, XMLFile* layoutFile = 0, XMLFile* styleFile = 0)
 - void SetScreenKeyboardVisible(bool enable)
 - void SetScreenKeyboardVisible(bool enable)
 - int GetKeyFromName(const String name) const
 - int GetKeyFromName(const String name) const
 - int GetKeyFromScancode(int scancode) const
 - int GetKeyFromScancode(int scancode) const

+ 1 - 0
Docs/ScriptAPI.dox

@@ -5542,6 +5542,7 @@ Properties:
 
 
 Methods:
 Methods:
 
 
+- uint AddScreenJoystick(bool = false, XMLFile@ = null, XMLFile@ = null)
 - void CloseJoystick(uint)
 - void CloseJoystick(uint)
 - bool DetectJoysticks()
 - bool DetectJoysticks()
 - int GetKeyFromName(const String&) const
 - int GetKeyFromName(const String&) const