Unravel Engine C++ Reference
Loading...
Searching...
No Matches
gamepad_button.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace input
4{
5enum class gamepad_button
6{
7 south,
8 east,
9 west,
10 north,
11 back,
12 guide,
13 start,
18 dpad_up,
22 misc1,
27 touchpad,
28 misc2,
29 misc3,
30 misc4,
31 misc5,
32 misc6,
34 count,
35};
36}