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

Android: set KeyEvent::text if possible #3839

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

Conversation

podusowski
Copy link
Contributor

Related discussion: #3787 (comment)

  • Tested on all platforms changed
  • Added an entry to the changelog module if knowledge of this change could be valuable to users
  • Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
  • Created or updated an example program if it would help users understand this functionality
  • Updated feature matrix, if new features were added or implemented

src/platform_impl/android/mod.rs Outdated Show resolved Hide resolved
src/changelog/unreleased.md Outdated Show resolved Hide resolved
Co-authored-by: Marijn Suijten <marijns95@gmail.com>
@Zoxc
Copy link

Zoxc commented Aug 8, 2024

This change does make some text input with the software keyboard possible with egui. Android seems to emulate physical keys when a proper IME connection is missing.

Co-authored-by: Marijn Suijten <marijns95@gmail.com>
Co-authored-by: Marijn Suijten <marijns95@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants