GlfwExample Bug
Submitted by Rob Loach on August 28, 2007 - 6:12am.
mdx4ever reported this bug....
There is a bug in the GlfwExamples project. The keyboard is assigned a delegate using 'new'. This means it gets garbage collected and will crash the app. It should instead be assigned to a class level variable so it is kept alive for the duration of its usage.
.......its in the KeyTest.cs code.
