mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 10:17:56 -05:00
am: Allow applets to push multiple and different channels of data
This commit is contained in:
@ -100,8 +100,8 @@ signals:
|
||||
void UpdateThemedIcons();
|
||||
|
||||
public slots:
|
||||
bool SoftwareKeyboardGetText(const Core::Frontend::SoftwareKeyboardParameters& parameters,
|
||||
std::u16string& text);
|
||||
std::optional<std::u16string> SoftwareKeyboardGetText(
|
||||
const Core::Frontend::SoftwareKeyboardParameters& parameters);
|
||||
void SoftwareKeyboardInvokeCheckDialog(std::u16string error_message);
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user