aboutsummaryrefslogtreecommitdiff
path: root/include/IEventReceiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/IEventReceiver.h')
-rw-r--r--include/IEventReceiver.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/IEventReceiver.h b/include/IEventReceiver.h
index 91588a3..ed82b5f 100644
--- a/include/IEventReceiver.h
+++ b/include/IEventReceiver.h
@@ -452,10 +452,10 @@ struct SEvent
/** Unlike other events, joystick events represent the result of polling
* each connected joystick once per run() of the device. Joystick events will
* not be generated by default. If joystick support is available for the
- * active device, _IRR_COMPILE_WITH_JOYSTICK_EVENTS_ is defined, and
- * @ref irr::IrrlichtDevice::activateJoysticks() has been called, an event of
- * this type will be generated once per joystick per @ref IrrlichtDevice::run()
- * regardless of whether the state of the joystick has actually changed. */
+ * active device, and @ref irr::IrrlichtDevice::activateJoysticks() has been
+ * called, an event of this type will be generated once per joystick per
+ * @ref IrrlichtDevice::run() regardless of whether the state of the joystick
+ * has actually changed. */
struct SJoystickEvent
{
enum