Selaa lähdekoodia

Travis CI: API documentation update at 2014-04-16 12:55:43 UTC.
[ci package]

urho3d-travis-ci 11 vuotta sitten
vanhempi
sitoutus
6454c2831d
1 muutettua tiedostoa jossa 28 lisäystä ja 28 poistoa
  1. 28 28
      Docs/ScriptAPI.dox

+ 28 - 28
Docs/ScriptAPI.dox

@@ -148,25 +148,6 @@ namespace Urho3D
 - %Buttons : int
 - %Buttons : int
 - %Qualifiers : int
 - %Qualifiers : int
 
 
-### TouchBegin
-- %TouchID : int
-- %X : int
-- %Y : int
-- %Pressure : float
-
-### TouchEnd
-- %TouchID : int
-- %X : int
-- %Y : int
-
-### TouchMove
-- %TouchID : int
-- %X : int
-- %Y : int
-- %DX : int
-- %DY : int
-- %Pressure : float
-
 ### JoystickButtonDown
 ### JoystickButtonDown
 - %Joystick : int
 - %Joystick : int
 - %Button : int
 - %Button : int
@@ -198,17 +179,24 @@ namespace Urho3D
 - %Button : int
 - %Button : int
 - %Position : float
 - %Position : float
 
 
-### DropFile
-- %FileName : String
-
-### InputFocus
-- %Focus : bool
-- %Minimized : bool
+### TouchBegin
+- %TouchID : int
+- %X : int
+- %Y : int
+- %Pressure : float
 
 
-### MouseVisibleChanged
-- %Visible : bool
+### TouchEnd
+- %TouchID : int
+- %X : int
+- %Y : int
 
 
-### ExitRequested
+### TouchMove
+- %TouchID : int
+- %X : int
+- %Y : int
+- %DX : int
+- %DY : int
+- %Pressure : float
 
 
 ### GestureRecorded
 ### GestureRecorded
 - %GestureID : unsigned
 - %GestureID : unsigned
@@ -227,6 +215,18 @@ namespace Urho3D
 - %DTheta : float (degrees)
 - %DTheta : float (degrees)
 - %DDist : float
 - %DDist : float
 
 
+### DropFile
+- %FileName : String
+
+### InputFocus
+- %Focus : bool
+- %Minimized : bool
+
+### MouseVisibleChanged
+- %Visible : bool
+
+### ExitRequested
+
 ## %Network events
 ## %Network events
 
 
 ### ServerConnected
 ### ServerConnected