Travis CI: API documentation update at 2014-11-15 18:43:15 UTC.
[ci package]
This commit is contained in:
Родитель
8b22c32f4c
Коммит
fa4b96895a
|
@ -4471,6 +4471,7 @@ Array<bool> mouseButtonDown;
|
|||
/* readonly */
|
||||
Array<bool> mouseButtonPress;
|
||||
bool mouseGrabbed;
|
||||
MouseMode mouseMode;
|
||||
/* readonly */
|
||||
IntVector2 mouseMove;
|
||||
/* readonly */
|
||||
|
@ -12030,6 +12031,13 @@ LM_FORCE_LOOPED,
|
|||
LM_FORCE_CLAMPED,
|
||||
};
|
||||
|
||||
enum MouseMode
|
||||
{
|
||||
MM_ABSOLUTE,
|
||||
MM_RELATIVE,
|
||||
MM_WRAP,
|
||||
};
|
||||
|
||||
enum Orientation
|
||||
{
|
||||
O_HORIZONTAL,
|
||||
|
|
|
@ -2376,6 +2376,7 @@ Methods:
|
|||
- void SetToggleFullscreen(bool enable)
|
||||
- void SetMouseVisible(bool enable)
|
||||
- void SetMouseGrabbed(bool grab)
|
||||
- void SetMouseMode(MouseMode mode)
|
||||
- int AddScreenJoystick(XMLFile* layoutFile = 0, XMLFile* styleFile = 0)
|
||||
- bool RemoveScreenJoystick(int id)
|
||||
- void SetScreenJoystickVisible(int id, bool enable)
|
||||
|
@ -2422,6 +2423,7 @@ Methods:
|
|||
- bool GetTouchEmulation() const
|
||||
- bool IsMouseVisible() const
|
||||
- bool IsMouseGrabbed() const
|
||||
- MouseMode GetMouseMode() const
|
||||
- bool HasFocus()
|
||||
- bool IsMinimized() const
|
||||
|
||||
|
@ -6930,6 +6932,12 @@ Properties:
|
|||
- int LM_FORCE_LOOPED
|
||||
- int LM_FORCE_CLAMPED
|
||||
|
||||
### MouseMode
|
||||
|
||||
- int MM_ABSOLUTE
|
||||
- int MM_RELATIVE
|
||||
- int MM_WRAP
|
||||
|
||||
### Orientation
|
||||
|
||||
- int O_HORIZONTAL
|
||||
|
|
|
@ -6012,6 +6012,7 @@ Properties:
|
|||
- bool[] mouseButtonDown // readonly
|
||||
- bool[] mouseButtonPress // readonly
|
||||
- bool mouseGrabbed
|
||||
- MouseMode mouseMode
|
||||
- IntVector2 mouseMove // readonly
|
||||
- int mouseMoveWheel // readonly
|
||||
- int mouseMoveX // readonly
|
||||
|
@ -12602,6 +12603,13 @@ Properties:
|
|||
- LM_FORCE_CLAMPED
|
||||
|
||||
|
||||
### MouseMode
|
||||
|
||||
- MM_ABSOLUTE
|
||||
- MM_RELATIVE
|
||||
- MM_WRAP
|
||||
|
||||
|
||||
### Orientation
|
||||
|
||||
- O_HORIZONTAL
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.0.40
|
||||
0.0.41
|
||||
|
|
Загрузка…
Ссылка в новой задаче