Commit 5cc156d9 authored by hybrid's avatar hybrid

Fixed a docs typo.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1247 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 408045e3
...@@ -29,7 +29,7 @@ namespace irr ...@@ -29,7 +29,7 @@ namespace irr
camera) */ camera) */
EET_MOUSE_INPUT_EVENT, 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. /** Keyboard events are also created by the device and passed to IrrlichtDevice::postEventFromUser.
They take the same path as mouse events. */ They take the same path as mouse events. */
EET_KEY_INPUT_EVENT, EET_KEY_INPUT_EVENT,
......
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