CommonLibVR
Loading...
Searching...
No Matches
VRWandEvent.h
Go to the documentation of this file.
1#pragma once
2
3#include "RE/I/IDEvent.h"
4
5namespace RE
6{
7 class VRWandEvent : public IDEvent
8 {
9 public:
10 std::int32_t unkVR28; // 28 - same as BSOpenVRControllerDevice+0x124
11 std::uint32_t padVR2C; // 2C
12 private:
14 };
15 static_assert(sizeof(VRWandEvent) == 0x30);
16}
#define KEEP_FOR_RE()
Definition PCH.h:517
Definition IDEvent.h:9
Definition VRWandEvent.h:8
std::int32_t unkVR28
Definition VRWandEvent.h:10
std::uint32_t padVR2C
Definition VRWandEvent.h:11
Definition AbsorbEffect.h:6