CommonLibSSE NG
Loading...
Searching...
No Matches
MapMoveHandler.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_MapMoveHandler;
11
12 ~MapMoveHandler() override; // 00
13
14 // override (MapInputHandler)
15 bool CanProcess(InputEvent* a_event) override; // 01
16 bool ProcessThumbstick(ThumbstickEvent* a_event) override; // 03
17
18 // members
19 std::uint64_t unk18; // 18
20 };
21 static_assert(sizeof(MapMoveHandler) == 0x20);
22}
Definition InputEvent.h:22
Definition MapInputHandler.h:10
Definition MapMoveHandler.h:8
~MapMoveHandler() override
std::uint64_t unk18
Definition MapMoveHandler.h:19
static constexpr auto RTTI
Definition MapMoveHandler.h:10
bool CanProcess(InputEvent *a_event) override
bool ProcessThumbstick(ThumbstickEvent *a_event) override
Definition ThumbstickEvent.h:8
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_MapMoveHandler(688989, 396844, 0x1f49140)