RyujinxHelper/README.md
2025-03-20 08:24:10 +11:00

11 lines
546 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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.