aboutsummaryrefslogtreecommitdiff
path: root/include/IEventReceiver.h
diff options
context:
space:
mode:
authorVitaliy <numzer0@yandex.ru>2023-03-11 17:04:09 +0300
committerGitHub <noreply@github.com>2023-03-11 15:04:09 +0100
commit5a5a7d04b71b576ac9eed1bb58110009f8b46d0b (patch)
treea1d94ca96df4ddfdbfc2f190b8779a59da2073f4 /include/IEventReceiver.h
parent1d43ea17ca8ee9a01262e9e34c5c89579b97397f (diff)
downloadirrlicht-5a5a7d04b71b576ac9eed1bb58110009f8b46d0b.tar.xz
Drop IrrCompileConfig (#163)
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