forked from eden-emu/eden
am: Allow applets to push multiple and different channels of data
This commit is contained in:
parent
57a051a767
commit
04bc2fafbc
10 changed files with 62 additions and 64 deletions
|
@ -36,8 +36,8 @@ public:
|
|||
void Submit();
|
||||
void Reject();
|
||||
|
||||
std::u16string GetText();
|
||||
bool GetStatus();
|
||||
std::u16string GetText() const;
|
||||
bool GetStatus() const;
|
||||
|
||||
private:
|
||||
bool ok = false;
|
||||
|
@ -58,8 +58,8 @@ public:
|
|||
explicit QtSoftwareKeyboard(GMainWindow& parent);
|
||||
~QtSoftwareKeyboard() override;
|
||||
|
||||
bool GetText(Core::Frontend::SoftwareKeyboardParameters parameters,
|
||||
std::u16string& text) const override;
|
||||
std::optional<std::u16string> GetText(
|
||||
Core::Frontend::SoftwareKeyboardParameters parameters) const override;
|
||||
void SendTextCheckDialog(std::u16string error_message) const override;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue