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

Introduce InputEventTransformer to read and synthesize input events #3754

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tarek-y-ismail
Copy link
Contributor

@tarek-y-ismail tarek-y-ismail commented Feb 11, 2025

Some notes:

  1. The latter half of this PR (the accessibility manager demo) is just for making sure its functionality works properly. I will move this commit to the mousekeys PR after this one is approved.
  2. Currently, there's a segfault when shutting down mir thrown somewhere while destructing SeatInputDeviceTracker::touch_visualizer. It's not entirely clear what's the cause, but I have a "workaround" for it. I'm still trying to find the root cause
  3. This is likely to change as the usage requirements change when implementing mousekeys.

@tarek-y-ismail tarek-y-ismail force-pushed the MIRENG-888/input-event-transformer branch from f503e0e to 32d7607 Compare February 12, 2025 08:31
@tarek-y-ismail tarek-y-ismail force-pushed the MIRENG-888/input-event-transformer branch 7 times, most recently from 84083bc to 3742e4b Compare February 12, 2025 12:30
@tarek-y-ismail tarek-y-ismail marked this pull request as ready for review February 12, 2025 14:16
@tarek-y-ismail tarek-y-ismail requested a review from a team as a code owner February 12, 2025 14:16
Sets up the needed infrastructure to listen to input events and
synthesize new input events in response.
@tarek-y-ismail tarek-y-ismail force-pushed the MIRENG-888/input-event-transformer branch from 3742e4b to 1f9daba Compare February 13, 2025 15:42
src/platform/symbols.map Outdated Show resolved Hide resolved
src/server/symbols.map Show resolved Hide resolved
Move `enable_mouse_keys_opt` to the 2.20 stanza
Move `AccessibilityManager::*` and related symbols to the 2.20 stanza
Add symbols for `InputEventTransformer`
@tarek-y-ismail tarek-y-ismail force-pushed the MIRENG-888/input-event-transformer branch from df86bf8 to 3344a7c Compare February 14, 2025 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants