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