1
0

Merging r6140 through r6144 from trunk to ogl-es branch.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6145 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
cutealien
2020-11-02 22:26:23 +00:00
parent 8b9947f9f6
commit 8557a1f7e6
8 changed files with 74 additions and 21 deletions

View File

@@ -114,6 +114,7 @@ namespace scene
void allKeysUp();
gui::ICursorControl *CursorControl;
bool GrabMouse;
f32 MaxVerticalAngle;
bool NoVerticalMovement;
@@ -129,6 +130,7 @@ namespace scene
core::array<SKeyMap> KeyMap;
core::position2d<f32> CenterCursor, CursorPos;
bool HadMouseEvent;
bool CursorKeys[EKA_COUNT];