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 5262 - Normal keys caught as textinput but they don't get correctly recognized
Summary: Normal keys caught as textinput but they don't get correctly recognized
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: 2.0.12
Hardware: x86_64 Windows 10
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-17 23:22 UTC by ionutpantazi4
Modified: 2020-08-18 16:12 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ionutpantazi4 2020-08-17 23:22:39 UTC
Function keys like alt enter ctrl etc all get picked by sdl_keydown , and they work normally , but keys like letters and numbers get picked up by sdl_textinput but they don't recognized correctly , if statements don't work and when i try to output the keys with sdl_getkeyname i get gibberish(ⁿÆëçó) or nothing at all .
Comment 1 ionutpantazi4 2020-08-18 16:12:33 UTC
My accesing of g_event was invalid , it isn't a bug.