the Fiddler's picture

[Input] Pressing an unknown key causes exception

Project:The Open Toolkit library
Version:1.0-2010-10-06
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

Unknown keys are keys that have not been mapped inside the various keyboard drivers. In OpenTK 0.9.9 / Windows, pressing one of those keys results in a DivideByZero exception that terminates the program.

The solution is twofold: map the most common of these keys (e.g. volume or playback keys) and fix OpenTK to report an unknown key instead of crashing.


Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
jdomnitz's picture

#1

This is fixed in 1.0...

jdomnitz's picture

#2

Status:open» fixed
the Fiddler's picture

#3

Version:0.9.9-0» 1.0-2010-10-06
Status:fixed» closed