LeviLamina
Loading...
Searching...
No Matches
ITextBoxController.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
IGamefaceTextInputProxy
;
11
struct
TextBoxStateChange
;
12
// clang-format on
13
14
class
ITextBoxController
:
public
::Bedrock::EnableNonOwnerReferences
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
virtual
~ITextBoxController()
/*override*/
=
default
;
19
20
virtual
void
setTextBoxState(
int
controllerId, ::TextBoxStateChange
const
& stateChange) = 0;
21
22
virtual
void
onKeyboardDismissed(
int
controllerId) = 0;
23
24
virtual ::std::unique_ptr<::IGamefaceTextInputProxy> getTextInputProxy() = 0;
25
// NOLINTEND
26
27
public
:
28
// virtual function thunks
29
// NOLINTBEGIN
30
31
// NOLINTEND
32
};
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
IGamefaceTextInputProxy
Definition
IGamefaceTextInputProxy.h:5
ITextBoxController
Definition
ITextBoxController.h:5
TextBoxStateChange
Definition
TextBoxStateChange.h:5
src-client
mc
deps
input
interface
ITextBoxController.h
Generated on
for LeviLamina by
1.16.1