Escape key does not generate keydown event reliably when full screen.
| Project: | AgateLib |
| Version: | 0.3.x-dev |
| Component: | AgateOTK |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Description
The escape key does not reliably generate a KeyDown event. Currently, a hack is in place to generate a KeyDown event when a KeyUp event is received and the escape key is not pressed. This issue is a reminder to check upstream to see if this is a bug in OpenTK, or if there is something weird in the usage of OpenTK.