CommonLibSSE (Parapets fork)
MapMoveHandler.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_MapMoveHandler;
11 
12  ~MapMoveHandler() override; // 00
13 
14  // override (MapInputHandler)
15  bool ShouldHandleEvent(const InputEvent* a_event) override; // 01
16  bool HandleEvent(const 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:26
Definition: MapInputHandler.h:10
Definition: MapMoveHandler.h:8
bool ShouldHandleEvent(const InputEvent *a_event) override
bool HandleEvent(const ThumbstickEvent *a_event) override
~MapMoveHandler() override
std::uint64_t unk18
Definition: MapMoveHandler.h:19
static constexpr auto RTTI
Definition: MapMoveHandler.h:10
Definition: ThumbstickEvent.h:8
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_MapMoveHandler
Definition: Offsets_RTTI.h:5149