CommonLibSSE (powerof3)
MapZoomHandler.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_MapZoomHandler;
11  inline static constexpr auto VTABLE = VTABLE_MapZoomHandler;
12 
13  ~MapZoomHandler() override; // 00
14 
15  // override (MapInputHandler)
16  bool CanProcess(InputEvent* a_event) override; // 01
17  bool ProcessButton(ButtonEvent* a_event) override; // 05
18  };
19  static_assert(sizeof(MapZoomHandler) == 0x18);
20 }
Definition: ButtonEvent.h:11
Definition: InputEvent.h:25
Definition: MapInputHandler.h:10
Definition: MapZoomHandler.h:8
~MapZoomHandler() override
bool CanProcess(InputEvent *a_event) override
static constexpr auto VTABLE
Definition: MapZoomHandler.h:11
static constexpr auto RTTI
Definition: MapZoomHandler.h:10
bool ProcessButton(ButtonEvent *a_event) override
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_MapZoomHandler(static_cast< std::uint64_t >(688990))
constexpr std::array< REL::ID, 1 > VTABLE_MapZoomHandler
Definition: Offsets_VTABLE.h:11998