Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

desktop: Implement basic IME support #19666

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

kjarosh
Copy link
Member

@kjarosh kjarosh commented Mar 1, 2025

The basic IME support includes displaying popups in roughly the right position, and handling IME commit events without preediting yet.

Tested manually with Anthy (no automated tests yet due to lack of preediting).

IME preference is also added to the GUI (disabled by default):
image

@kjarosh kjarosh added text Issues relating to text rendering/input A-desktop Area: Desktop Application T-compat Type: Compatibility with Flash Player ime Issues related to Input Method Editor waiting-on-review Waiting on review from a Ruffle team member labels Mar 1, 2025
kjarosh added 5 commits March 2, 2025 23:24
On top of player events, which allow sending information from the
frontend to the player, player notifications are a way of communicating
back from the player to the frontend.
The basic IME support includes displaying popups in roughly the right
position, and handling IME commit events without preediting yet.
Implements IME support (currently still limited by the core impl).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-desktop Area: Desktop Application ime Issues related to Input Method Editor newsworthy T-compat Type: Compatibility with Flash Player text Issues relating to text rendering/input waiting-on-review Waiting on review from a Ruffle team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants