diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-25 12:14:44 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-25 12:14:44 +0100 |
commit | 9e847e8d4a737ddc182cc905902a16f8776007a5 (patch) | |
tree | 6ef087a615a18f54272450584dda0dfec6e85423 /src | |
parent | 6f32b8f2141d13ea8416d9ac2ef6d69453712274 (diff) |
added doxygen comment
Diffstat (limited to 'src')
-rw-r--r-- | src/crepe/api/Event.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; /** |