Added GLUT_ACTIVE_SUPER modifier, and corresponding GLUT_KEY_SUPER_L and
authorJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 7 Mar 2022 05:57:37 +0000 (05:57 +0000)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 7 Mar 2022 05:57:37 +0000 (05:57 +0000)
commit0fcff8c3ccf56e112c0da95e48c3102f87e9f4bb
tree84d1b7668cb2091d86f3e45003ad8eec687c02fe
parente3aa3d74f3c6a93b26fd66f81152d9c55506a6c6
Added GLUT_ACTIVE_SUPER modifier, and corresponding GLUT_KEY_SUPER_L and
GLUT_KEY_SUPER_R special keys. These should map to Windows and Command
keys on regular PC keyboards and apple keyboards respectively. Only
implemented on X11 for now.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1875 7f0cb862-5218-0410-a997-914c9d46530a
include/GL/freeglut_ext.h
src/x11/fg_main_x11.c