-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Enter key ReceivedCharacter(13) not 10 #477
Copy link
Copy link
Closed
Labels
C - needs discussionDirection must be ironed outDirection must be ironed outD - easyLikely easier than most tasks hereLikely easier than most tasks hereDS - x11Affects the X11 backend, or generally free Unix platformsAffects the X11 backend, or generally free Unix platformsH - help wantedSomeone please save usSomeone please save usP - lowNice to haveNice to haveS - apiDesign and usabilityDesign and usability
Description
[repost from glutin-#1008]
In Linux pressing enter produces glutin::WindowEvent::ReceivedCharacter(13).
I think the correct keycode is 13 but correct char should be 10 in Linux.
Is this a bug or should I check for 13 and convert to 10?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C - needs discussionDirection must be ironed outDirection must be ironed outD - easyLikely easier than most tasks hereLikely easier than most tasks hereDS - x11Affects the X11 backend, or generally free Unix platformsAffects the X11 backend, or generally free Unix platformsH - help wantedSomeone please save usSomeone please save usP - lowNice to haveNice to haveS - apiDesign and usabilityDesign and usability