Manual autorepeat test. Similar to what Juliusctw suggested long time ago. But simpler now.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@883 dfc29bdd-3216-0410-991c-e03cc46cb475
master
hybrid 2007-08-30 08:48:13 +00:00
parent c25f29a5f8
commit aab57e20a5
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
Changes in version 1.4 (... 2007)
- fixed the keyboard autorepeat difference betwenn Linux and Windows. Thanks to denton we now have only KeyPressed events on both systems in case of autorepeat.
- Added several new particle emitters and affectors from IrrSpintz. Also some new getter and setter methods were added.
- D3D transparent materials do not disable zbuffer writing automatically anymore. This has to be done by the user to keep those settings configurable.