From 9e847e8d4a737ddc182cc905902a16f8776007a5 Mon Sep 17 00:00:00 2001 From: WBoerenkamps Date: Mon, 25 Nov 2024 12:14:44 +0100 Subject: added doxygen comment --- src/crepe/api/Event.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crepe/api/Event.h b/src/crepe/api/Event.h index 778ba63..b13abc1 100644 --- a/src/crepe/api/Event.h +++ b/src/crepe/api/Event.h @@ -104,6 +104,7 @@ public: //! Y-coordinate of the mouse position at the time of the event. int scroll_y = 0; + //! scroll direction (-1 = down, 1 = up) int direction = 0; }; /** -- cgit v1.2.3