CommonLibSSE NG
Loading...
Searching...
No Matches
CharEvent.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/I/InputEvent.h"
4
5namespace RE
6{
7 class CharEvent : public InputEvent
8 {
9 public:
10 inline static constexpr auto RTTI = RTTI_CharEvent;
11
12 ~CharEvent() override; // 00
13
14 // members
15 std::uint32_t keycode; // 18
16 std::uint32_t pad1C; // 1C
17 };
18 static_assert(sizeof(CharEvent) == 0x20);
19}
Definition CharEvent.h:8
std::uint32_t keycode
Definition CharEvent.h:15
std::uint32_t pad1C
Definition CharEvent.h:16
static constexpr auto RTTI
Definition CharEvent.h:10
~CharEvent() override
Definition InputEvent.h:22
Definition AbsorbEffect.h:6
constexpr REL::VariantID RTTI_CharEvent(690301, 398156, 0x1f5fa70)