andykorth / opentk

The Open Toolkit is a low-level C# library that wraps OpenGL, OpenCL and OpenAL. This fork has been superseded by https://github.com/thefiddler/opentk Please direct your attention to that official repository.
71 stars 27 forks source link

fix MacOS bug mapping modifier keys to the scancode array #19

Closed jeske closed 10 years ago

jeske commented 10 years ago

This fixes the handling of MacOS modifier keys...

andykorth commented 10 years ago

Thanks for the fix