We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2115 - evdev input system should emit SDL_TEXTINPUT events
Summary: evdev input system should emit SDL_TEXTINPUT events
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: HG 2.0
Hardware: All Linux
: P2 enhancement
Assignee: Gabriel Jacobo
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-28 17:56 UTC by Gabriel Jacobo
Modified: 2013-10-03 13:29 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gabriel Jacobo 2013-09-28 17:56:27 UTC
Currently the evdev based input code doesn't translate key presses into meaningful UTF-8 text. This should be implemented.
Comment 1 Gabriel Jacobo 2013-10-03 13:29:21 UTC
http://hg.libsdl.org/SDL/rev/a571a9947869

Mind the caveats in the README!