Fixed a docs typo.

git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1247 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
hybrid 2008-02-12 23:25:03 +00:00
parent 66c975e1b3
commit 17ca30706b

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,