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