CommonLibSSE NG
Loading...
Searching...
No Matches
ScreenshotHandler.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace RE
6{
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_ScreenshotHandler;
11 inline static constexpr auto VTABLE = VTABLE_ScreenshotHandler;
12
13 ~ScreenshotHandler() override; // 00
14
15 // override (MenuEventHandler)
16 bool CanProcess(InputEvent* a_event) override; // 01
17 bool ProcessButton(ButtonEvent* a_event) override; // 05
18
19 // members
20 bool screenshotQueued; // 10
22 std::uint16_t pad12; // 12
23 std::uint32_t pad14; // 14
24 };
25 static_assert(sizeof(ScreenshotHandler) == 0x18);
26}
Definition ButtonEvent.h:11
Definition InputEvent.h:22
Definition MenuEventHandler.h:14
Definition AbsorbEffect.h:6
constexpr std::array< REL::VariantID, 1 > VTABLE_ScreenshotHandler
Definition Offsets_VTABLE.h:4083
constexpr REL::VariantID RTTI_ScreenshotHandler(688893, 396748, 0x1f474e8)
Definition ScreenshotHandler.h:8
bool CanProcess(InputEvent *a_event) override
static constexpr auto RTTI
Definition ScreenshotHandler.h:10
bool screenshotQueued
Definition ScreenshotHandler.h:20
~ScreenshotHandler() override
bool ProcessButton(ButtonEvent *a_event) override
bool multiScreenshotQueued
Definition ScreenshotHandler.h:21
static constexpr auto VTABLE
Definition ScreenshotHandler.h:11
std::uint32_t pad14
Definition ScreenshotHandler.h:23
std::uint16_t pad12
Definition ScreenshotHandler.h:22