LeviLamina
Loading...
Searching...
No Matches
KeyboardAction.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
KeyboardAction
{
6
public
:
7
// KeyboardAction inner types define
8
enum :
int
{
9
Keyup = 0,
10
Keydown = 1,
11
};
12
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::UntypedStorage<4, 4>
mUnk536a2d;
17
::ll::UntypedStorage<1, 1>
mUnk5ee930;
18
::ll::UntypedStorage<4, 4>
mUnkd0689b;
19
::ll::UntypedStorage<4, 4>
mUnkf39b9f;
20
::ll::UntypedStorage<4, 4>
mUnkd26964;
21
::ll::UntypedStorage<4, 4>
mUnk436c1a;
22
::ll::UntypedStorage<1, 1>
mUnkd63483;
23
// NOLINTEND
24
25
public
:
26
// prevent constructor by default
27
KeyboardAction
& operator=(
KeyboardAction
const
&);
28
KeyboardAction
(
KeyboardAction
const
&);
29
KeyboardAction
();
30
};
KeyboardAction
Definition
KeyboardAction.h:5
ll::UntypedStorage
Definition
Alias.h:14
src-server
mc
deps
input
KeyboardAction.h
Generated on Tue Nov 25 2025 04:00:45 for LeviLamina by
1.12.0