lianlab / bullet

Automatically exported from code.google.com/p/bullet
0 stars 0 forks source link

Demos/OpenGL/DemoApplication has no keyboardUpCallback method #215

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Feature request with attached patch file:

The DemoApplication class has a
keyboardCallback(...),
specialKeyboard(...) and
specialKeyboardUp(...) method.

Apparently a method for registering a callback on releasing a non special
key (something like keyboardUpCallback) is missing. There is, however, a
callback for that in the underlying GLUT library.

I attached a patch that adds this feature. I tested it on the svn r1649 on
a linux system.

Thanks for your great work on the Bullet PE,
Erik Weitnauer.

Original issue reported on code.google.com by eweitna...@gmail.com on 3 Apr 2009 at 4:21

Attachments:

GoogleCodeExporter commented 9 years ago
Good point, thanks for the addition.

Patch has been applied!
Erwin

Original comment by erwin.coumans on 23 May 2009 at 2:46

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/bullet/source/detail?r=1676

Original comment by erwin.coumans on 23 May 2009 at 2:48