CommonLibSSE (powerof3)
FavoritesHandler.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace RE
6 {
8  {
9  public:
10  inline static constexpr auto RTTI = RTTI_FavoritesHandler;
11  inline static constexpr auto VTABLE = VTABLE_FavoritesHandler;
12 
13  ~FavoritesHandler() override; // 00
14 
15  // add
16  bool CanProcess(InputEvent* a_event) override; // 01
17  bool ProcessKinect(KinectEvent* a_event) override; // 02
18  bool ProcessButton(ButtonEvent* a_event) override; // 05
19  };
20  static_assert(sizeof(FavoritesHandler) == 0x10);
21 }
Definition: ButtonEvent.h:11
Definition: InputEvent.h:25
Definition: KinectEvent.h:9
Definition: MenuEventHandler.h:14
Definition: AbsorbEffect.h:6
constexpr REL::ID RTTI_FavoritesHandler(static_cast< std::uint64_t >(688892))
constexpr std::array< REL::ID, 1 > VTABLE_FavoritesHandler
Definition: Offsets_VTABLE.h:11644
Definition: FavoritesHandler.h:8
static constexpr auto RTTI
Definition: FavoritesHandler.h:10
bool CanProcess(InputEvent *a_event) override
bool ProcessButton(ButtonEvent *a_event) override
static constexpr auto VTABLE
Definition: FavoritesHandler.h:11
~FavoritesHandler() override
bool ProcessKinect(KinectEvent *a_event) override