CommonLibSSE (Parapets fork)
Loading...
Searching...
No Matches
InputDevices.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
RE
4
{
5
struct
INPUT_DEVICES
6
{
7
enum
INPUT_DEVICE
8
{
9
kNone
=
static_cast<
std::underlying_type_t<INPUT_DEVICE>
>
(-1),
10
kKeyboard = 0,
11
kMouse,
12
kGamepad,
13
kVirtualKeyboard,
14
15
kTotal
16
};
17
};
18
using
INPUT_DEVICE
=
INPUT_DEVICES::INPUT_DEVICE
;
19
}
RE
Definition:
AbsorbEffect.h:6
RE::ACTOR_CRITICAL_STAGE::kNone
@ kNone
RE::ACTOR_CRITICAL_STAGE::kTotal
@ kTotal
RE::INPUT_DEVICES
Definition:
InputDevices.h:6
RE::INPUT_DEVICES::INPUT_DEVICE
INPUT_DEVICE
Definition:
InputDevices.h:8
CommonLibSSE
include
RE
I
InputDevices.h
Generated by
1.9.6