Unravel Engine C++ Reference
Loading...
Searching...
No Matches
axis_range.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace input
4{
5enum class axis_range
6{
7 full,
10};
11
12} // namespace InputLib