Fixed a docs typo.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1247 dfc29bdd-3216-0410-991c-e03cc46cb475
master
hybrid 2008-02-12 23:25:03 +00:00
parent 408045e3ff
commit 5cc156d983
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ namespace irr
camera) */
EET_MOUSE_INPUT_EVENT,
//! A key input evant.
//! A key input event.
/** Keyboard events are also created by the device and passed to IrrlichtDevice::postEventFromUser.
They take the same path as mouse events. */
EET_KEY_INPUT_EVENT,