CommonLibSSE (powerof3)
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 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:10
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::ID RTTI_MapLookHandler
Definition: Offsets_RTTI.h:5147