CommonLibSSE NG
Loading...
Searching...
No Matches
MapLookHandler.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_MapLookHandler;
11
12 ~MapLookHandler() override; // 00
13
14 // override (MapInputHandler)
15 bool ProcessThumbstick(ThumbstickEvent* a_event) override; // 03
16 bool ProcessMouseMove(MouseMoveEvent* a_event) override; // 04
17 bool ProcessButton(ButtonEvent* a_event) override; // 05
18
19 // members
20 std::uint64_t unk18; // 18
21 };
22 static_assert(sizeof(MapLookHandler) == 0x20);
23}
Definition ButtonEvent.h:11
Definition MapInputHandler.h:10
Definition MapLookHandler.h:8
bool ProcessMouseMove(MouseMoveEvent *a_event) override
std::uint64_t unk18
Definition MapLookHandler.h:20
bool ProcessButton(ButtonEvent *a_event) override
~MapLookHandler() override
bool ProcessThumbstick(ThumbstickEvent *a_event) override
static constexpr auto RTTI
Definition MapLookHandler.h:10
Definition MouseMoveEvent.h:8
Definition ThumbstickEvent.h:8
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_MapLookHandler(688988, 396843, 0x1f49118)