#666 closed defect/bug (fixed)
SDL graphics driver patch for typing problem
Reported by: | tegzed | Owned by: | KaZeR |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
Hello,
Recently I have noticed that when using Navit's SDL graphics driver I cannot type in internal gui (for example when searching). I augmented the SDL event handling code to forward normal typed characters also to navit when they can be converted to ascii not only the special keys. This makes searching easier in case of SDL graphics by not forcing the user to use the virtual keyboard.
Regards, David Tegze
Attachments (1)
Change History (3)
Changed 12 years ago by tegzed
comment:1 Changed 12 years ago by woglinde
- Resolution set to fixed
- Status changed from new to closed
Patch modified to c comment and applied with revision 3579
http://navit.svn.sourceforge.net/viewvc/navit?view=revision&revision=3579
comment:2 Changed 12 years ago by tegzed
Thanks for the commit!
Note: See
TracTickets for help on using
tickets.
send normal character events also to navit in case of SDL graphics