CommonLibSSE (powerof3)
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  inline static constexpr auto VTABLE = VTABLE_MapMoveHandler;
12 
13  ~MapMoveHandler() override; // 00
14 
15  // override (MapInputHandler)
16  bool CanProcess(InputEvent* a_event) override; // 01
17  bool ProcessThumbstick(ThumbstickEvent* a_event) override; // 03
18 
19  // members
20  std::uint64_t unk18; // 18
21  };
22  static_assert(sizeof(MapMoveHandler) == 0x20);
23 }
Definition: InputEvent.h:25
Definition: MapInputHandler.h:10
Definition: MapMoveHandler.h:8
static constexpr auto VTABLE
Definition: MapMoveHandler.h:11
~MapMoveHandler() override
std::uint64_t unk18
Definition: MapMoveHandler.h:20
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 std::array< REL::ID, 1 > VTABLE_MapMoveHandler
Definition: Offsets_VTABLE.h:11997
constexpr REL::ID RTTI_MapMoveHandler(static_cast< std::uint64_t >(688989))