Opened 13 years ago
Closed 13 years ago
#22 closed defect (fixed)
Delete key delivered as `Char '\DEL'` instead of `SpecialKey KeyDelete`
Reported by: | Chris Smith | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 1.4.0 |
Component: | Unknown | Version: | 1.3.0 |
Keywords: | Cc: |
Description
With:
- Ubuntu 11.4
- freeglut 2.6.0
- GHC 7.2
- OpenGL 2.4.0.1
- Gloss 1.3.4.1
Pressing the delete key causes an event to be delivered as Char '\DEL'
, despite the fact that a constructor exists for it in SpecialKey
.
Note: See
TracTickets for help on using
tickets.