Updating changes.txt to mention joystick events.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1695 dfc29bdd-3216-0410-991c-e03cc46cb475
master
Rogerborg 2008-11-05 21:24:53 +00:00
parent 29ca551dbb
commit abe393880d
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
Changes in version 1.5 (... 2008)
- Basic support for joystick input events on Windows, Linux and SDL devices.
- Major API change: RTTs are now created via addRenderTargetTexture instead of createRenderTargetTexture, which allows to retrieve them from the texture cache, but also changes the way of removing the RTTs, and especially one must not drop the pointer anymore.
- WindowsCE-Bugfix