summaryrefslogtreecommitdiff
path: root/include/d
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-04-05 23:29:00 +0200
committerrobojumper <robojumper@gmail.com>2025-04-07 22:12:40 +0200
commita5b91ef55dbad74c82ffdfee028ff77b8355fe29 (patch)
tree493a4e50c6760f30e8338ebbdf3dcb2245039b18 /include/d
parent144533e9f97274393d58ee324eca71b9da3ede59 (diff)
get - idk
Diffstat (limited to 'include/d')
-rw-r--r--include/d/lyt/msg_window/d_lyt_msg_window_get.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/d/lyt/msg_window/d_lyt_msg_window_get.h b/include/d/lyt/msg_window/d_lyt_msg_window_get.h
index fbfa1f6a..c9109841 100644
--- a/include/d/lyt/msg_window/d_lyt_msg_window_get.h
+++ b/include/d/lyt/msg_window/d_lyt_msg_window_get.h
@@ -25,16 +25,16 @@ public:
/* vt 0x28 */ virtual bool isDoneClosing() const override;
/* vt 0x2C */ virtual bool setText(const wchar_t *text) override;
/* vt 0x30 */ virtual dTextBox_c *getTextBox() override {
- return nullptr;
+ return mpTextboxes[0];
}
/* vt 0x34 */ virtual bool startConfirm() override {
- return true;
+ return mBtn.requestIn();
}
/* vt 0x38 */ virtual bool startDecide(bool b) override {
- return true;
+ return mBtn.requestOut(b);
}
/* vt 0x3C */ virtual bool isDoneDecide() const override {
- return true;
+ return mBtn.isDoneOut();
}
STATE_FUNC_DECLARE(dLytMsgWindowGet_c, Invisible);
@@ -57,9 +57,9 @@ private:
/* 0x0528 */ dTextBox_c *mpTextboxes[2];
/* 0x0530 */ nw4r::lyt::Pane *mpPanes[6];
/* 0x0548 */ dTagProcessor_c *mpTagProcessor;
- /* 0x054C */ u8 _0x054C[8];
+ /* 0x054C */ LytVec2f mOffset;
/* 0x0554 */ dLytCommonABtn_c mBtn;
- /* 0x06E8 */ dLytTextLight mText;
+ /* 0x06E0 */ dLytTextLight mText;
/* 0x07C4 */ MsgWindowBlurRelated mBlurRelated;
/* 0x55B8 */ bool mShouldBeOpen;