Horizon
scroll_direction.hpp
1#pragma once
2
3namespace horizon {
4enum class ScrollDirection { NORMAL, REVERSED };
5}