LeviLamina
Loading...
Searching...
No Matches
TextBoxStateChange.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/input/TextBoxSelection.h"
7
#include "mc/deps/input/TextboxTextUpdateReason.h"
8
9
struct
TextBoxStateChange
{
10
public
:
11
// member variables
12
// NOLINTBEGIN
13
::ll::TypedStorage<8, 32, ::std::string> text;
14
::ll::TypedStorage<4, 16, ::std::optional<::TextBoxSelection>> selection;
15
::ll::TypedStorage<4, 4, ::TextboxTextUpdateReason> reason;
16
// NOLINTEND
17
18
public
:
19
// member functions
20
// NOLINTBEGIN
21
MCAPI ~TextBoxStateChange();
22
// NOLINTEND
23
24
public
:
25
// destructor thunk
26
// NOLINTBEGIN
27
MCFOLD
void
$dtor();
28
// NOLINTEND
29
};
TextBoxStateChange
Definition
TextBoxStateChange.h:5
src-client
mc
deps
input
TextBoxStateChange.h
Generated on
for LeviLamina by
1.16.1