CommonLibVR
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  inline static constexpr auto VTABLE = VTABLE_MapLookHandler;
12 
13  ~MapLookHandler() override; // 00
14 
15  // override (MapInputHandler)
16  bool ProcessThumbstick(ThumbstickEvent* a_event) override; // 03
17  bool ProcessMouseMove(MouseMoveEvent* a_event) override; // 04
18  bool ProcessButton(ButtonEvent* a_event) override; // 05
19 
20  // members
21  std::uint64_t unk18; // 18
22  private:
23  KEEP_FOR_RE()
24  };
25  static_assert(sizeof(MapLookHandler) == 0x20);
26 }
#define KEEP_FOR_RE()
Definition: PCH.h:713
Definition: ButtonEvent.h:16
Definition: MapInputHandler.h:10
Definition: MapLookHandler.h:8
bool ProcessMouseMove(MouseMoveEvent *a_event) override
std::uint64_t unk18
Definition: MapLookHandler.h:21
bool ProcessButton(ButtonEvent *a_event) override
static constexpr auto VTABLE
Definition: MapLookHandler.h:11
~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::ID RTTI_MapLookHandler(static_cast< std::uint64_t >(688988))
constexpr std::array< REL::ID, 1 > VTABLE_MapLookHandler
Definition: Offsets_VTABLE.h:11995