New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
TextBox.h
Go to the documentation of this file.
1
#
pragma
once
2
3
#
include
<
prim
/
seadSafeString
.
h
>
4
5
#
include
<
nw
/
lyt
/
lyt_TextBox
.
h
>
6
7
// TODO
8
class
TextBox
:
public
nw
::
lyt
::
TextBox
9
{
10
public
:
11
NW_UT_RUNTIME_TYPEINFO
(
nw
::
lyt
::
TextBox
);
12
13
public
:
14
// TextBox();
15
virtual
~
TextBox
();
16
17
void
setMessage
(
const
sead::SafeString& label, u32 argNum, ...);
18
19
protected
:
20
f32
mFontWidth
;
21
f32
mFontHeight
;
22
bool
_10C
;
23
u32
mTextBufLen
;
24
bool
_114
;
25
};
26
static_assert
(
sizeof
(
TextBox
) == 0x118);
TextBox
Definition
TextBox.h:9
TextBox::mTextBufLen
u32 mTextBufLen
Definition
TextBox.h:23
TextBox::mFontWidth
f32 mFontWidth
Definition
TextBox.h:20
TextBox::~TextBox
virtual ~TextBox()
TextBox::_114
bool _114
Definition
TextBox.h:24
TextBox::setMessage
void setMessage(const sead::SafeString &label, u32 argNum,...)
TextBox::_10C
bool _10C
Definition
TextBox.h:22
TextBox::mFontHeight
f32 mFontHeight
Definition
TextBox.h:21
layout_sys
TextBox.h
Generated by
1.14.0