CommonLibSSE NG
Loading...
Searching...
No Matches
BSIInputDevice.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
RE/B/BSFixedString.h
"
4
#include "
RE/M/MemoryManager.h
"
5
6
namespace
RE
7
{
8
class
BSIInputDevice
9
{
10
public
:
11
inline
static
constexpr
auto
RTTI
=
RTTI_BSIInputDevice
;
12
inline
static
constexpr
auto
VTABLE
=
VTABLE_BSIInputDevice
;
13
14
virtual
~BSIInputDevice
() =
default
;
// 00
15
16
// add
17
virtual
void
Initialize
() = 0;
// 01
18
virtual
void
Process
(
float
a_arg1) = 0;
// 02
19
virtual
void
Release
() = 0;
// 03
20
virtual
bool
GetKeyMapping
(std::uint32_t a_key,
BSFixedString
& a_mapping) = 0;
// 04
21
virtual
std::uint32_t
GetMappingKey
(
BSFixedString
a_mapping) = 0;
// 05
22
virtual
bool
GetMappedKeycode
(std::uint32_t a_key, std::uint32_t& outKeyCode) = 0;
// 06
23
[[nodiscard]]
virtual
bool
IsEnabled
()
const
= 0;
// 07
24
virtual
void
Reset
() = 0;
// 08
25
26
protected
:
27
friend
class
BSInputDeviceFactory
;
28
TES_HEAP_REDEFINE_NEW
();
29
BSIInputDevice
() =
default
;
30
};
31
static_assert
(
sizeof
(
BSIInputDevice
) == 0x8);
32
}
BSFixedString.h
MemoryManager.h
RE::BSIInputDevice
Definition
BSIInputDevice.h:9
RE::BSIInputDevice::VTABLE
static constexpr auto VTABLE
Definition
BSIInputDevice.h:12
RE::BSIInputDevice::GetMappingKey
virtual std::uint32_t GetMappingKey(BSFixedString a_mapping)=0
RE::BSIInputDevice::GetKeyMapping
virtual bool GetKeyMapping(std::uint32_t a_key, BSFixedString &a_mapping)=0
RE::BSIInputDevice::TES_HEAP_REDEFINE_NEW
TES_HEAP_REDEFINE_NEW()
RE::BSIInputDevice::Reset
virtual void Reset()=0
RE::BSIInputDevice::IsEnabled
virtual bool IsEnabled() const =0
RE::BSIInputDevice::Release
virtual void Release()=0
RE::BSIInputDevice::Initialize
virtual void Initialize()=0
RE::BSIInputDevice::GetMappedKeycode
virtual bool GetMappedKeycode(std::uint32_t a_key, std::uint32_t &outKeyCode)=0
RE::BSIInputDevice::Process
virtual void Process(float a_arg1)=0
RE::BSIInputDevice::~BSIInputDevice
virtual ~BSIInputDevice()=default
RE::BSIInputDevice::RTTI
static constexpr auto RTTI
Definition
BSIInputDevice.h:11
RE::BSIInputDevice::BSIInputDevice
BSIInputDevice()=default
RE::BSInputDeviceFactory
Definition
BSInputDeviceFactory.h:9
RE::detail::BSFixedString< char >
RE
Definition
AbsorbEffect.h:6
RE::VTABLE_BSIInputDevice
constexpr std::array< REL::VariantID, 1 > VTABLE_BSIInputDevice
Definition
Offsets_VTABLE.h:5431
RE::RTTI_BSIInputDevice
constexpr REL::VariantID RTTI_BSIInputDevice(690307, 398162, 0x1f5fc98)
CommonLibSSE-NG
include
RE
B
BSIInputDevice.h
Generated by
1.9.7