CommonLibSSE (Parapets fork)
MapLookHandler.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "RE/M/MapInputHandler.h"
4 
5 namespace RE
6 {
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_MapLookHandler;
11 
12  ~MapLookHandler() override; // 00
13 
14  // override (MapInputHandler)
15  bool HandleEvent(const ButtonEvent* a_event) override; // 05
16  bool HandleEvent(const MouseMoveEvent* a_event) override; // 04
17  bool HandleEvent(const ThumbstickEvent* a_event) override; // 03
18 
19  // members
20  std::uint64_t unk18; // 18
21  };
22  static_assert(sizeof(MapLookHandler) == 0x20);
23 }
Definition: ButtonEvent.h:15
Definition: MapInputHandler.h:10
Definition: MapLookHandler.h:8
bool HandleEvent(const ThumbstickEvent *a_event) override
std::uint64_t unk18
Definition: MapLookHandler.h:20
~MapLookHandler() override
bool HandleEvent(const MouseMoveEvent *a_event) override
bool HandleEvent(const ButtonEvent *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::ID RTTI_MapLookHandler
Definition: Offsets_RTTI.h:5147