[PyOpenGL-Devel] [ pyopengl-Bugs-526197 ] control key doesnt work with TAB key
Brought to you by:
mcfletch
|
From: <no...@so...> - 2002-03-06 00:16:06
|
Bugs item #526197, was opened at 2002-03-05 18:16 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105988&aid=526197&group_id=5988 Category: GLUT Group: v2.0 Status: Open Resolution: None Priority: 5 Submitted By: Sean Riley (mrriley) Assigned to: Tarn Weisner Burton (twburton) Summary: control key doesnt work with TAB key Initial Comment: it appears that no keyDown callback is made when the TAB key is pressed while the CONTROL key is down. the callback was setup with: glutKeyboardFunc(self.onKeyDown) and it works in other cases (such as the TAB key alone), but self.onKeyDown is not called when the CONTROL key is down and the TAB key is pressed. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105988&aid=526197&group_id=5988 |