LeviLamina
Loading...
Searching...
No Matches
EventMouseModifiersState.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cohtml {
6
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::UntypedStorage<1, 1> mUnkac7c3b;
12 ::ll::UntypedStorage<1, 1> mUnk675d54;
13 ::ll::UntypedStorage<1, 1> mUnk32ffe4;
14 ::ll::UntypedStorage<1, 1> mUnkd41604;
15 ::ll::UntypedStorage<1, 1> mUnkd3efbc;
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 EventMouseModifiersState& operator=(EventMouseModifiersState const&);
21 EventMouseModifiersState(EventMouseModifiersState const&);
22 EventMouseModifiersState();
23};
24
25} // namespace cohtml
Definition EventMouseModifiersState.h:7