From dc1cf5e9d4ddba3b1a11506a6220831d22814541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 23 May 2019 01:54:26 +0200 Subject: [PATCH] Platform: missing enum operators for GlfwApp::MouseMoveEvent::Buttons. --- src/Magnum/Platform/GlfwApplication.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Magnum/Platform/GlfwApplication.h b/src/Magnum/Platform/GlfwApplication.h index 54a289aa8..fc16345e2 100644 --- a/src/Magnum/Platform/GlfwApplication.h +++ b/src/Magnum/Platform/GlfwApplication.h @@ -1591,6 +1591,8 @@ class GlfwApplication::MouseMoveEvent: public GlfwApplication::InputEvent { Containers::Optional _modifiers; }; +CORRADE_ENUMSET_OPERATORS(GlfwApplication::MouseMoveEvent::Buttons) + /** @brief Mouse scroll event