update comments of WCB_SpaceXXX in fg_internal.h

This commit is contained in:
Jinrong Xie 2016-01-18 01:16:58 -08:00
parent 8702fc44ec
commit 1091f89cf6

View File

@ -632,9 +632,9 @@ enum
/* Presently ignored */
WCB_Select,
WCB_OverlayDisplay,
WCB_SpaceMotion, /* presently implemented only on UNIX/X11 */
WCB_SpaceRotation, /* presently implemented only on UNIX/X11 */
WCB_SpaceButton, /* presently implemented only on UNIX/X11 */
WCB_SpaceMotion, /* presently implemented only on UNIX/X11 and Windows */
WCB_SpaceRotation, /* presently implemented only on UNIX/X11 and Windows */
WCB_SpaceButton, /* presently implemented only on UNIX/X11 and Windows */
WCB_Dials,
WCB_ButtonBox,
WCB_TabletMotion,