# Ryujinx Helper **Ryujinx Helper** is a framework used in **MeloNX** to bridge the gap between iOS and C#. ### Features - `showAlert(const char *title, const char *message, bool showCancel)` – Displays an alert with an optional cancel button. - `showKeyboardAlert(const char *title, const char *message, const char *placeholder)` – Presents a keyboard input prompt with a placeholder. - `const char *getKeyboardInput()` – Retrieves the user's keyboard input. - `clearKeyboardInput()` – Clears the stored keyboard input.