Commit 81e2b912 authored by teella's avatar teella

Basic support for joystick input events on OSX tested with xbox 360 wireless...

Basic support for joystick input events on OSX tested with xbox 360 wireless controller and logitech wired controller


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1703 dfc29bdd-3216-0410-991c-e03cc46cb475
parent a597253b
Changes in version 1.5 (... 2008)
- Basic support for joystick input events on OSX tested with xbox 360 wireless controller using driver http://tattiebogle.net/index.php/ProjectRoot/Xbox360Controller/OsxDriver and a logictech wired controller
- ISceneNode::setParent and addChild now updates node SceneManager pointers if the node was from another SceneManager.
- Basic support for joystick input events on Windows, Linux and SDL devices.
......
......@@ -204,6 +204,9 @@ namespace irr
int _screenWidth;
int _screenHeight;
bool _active;
void initialiseJoysticks();
void pollJoysticks();
};
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment