X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fmswin%2Ffreeglut_state_mswin.c;h=8c33a072ece39f56707ae03b00ce6401fa27ad8e;hb=c41e61d8b1543d571577005109f15ac25b5f3f17;hp=aa6e30f92e9a3a893d6c1124470b0d20e6f35fc6;hpb=1e8083fc365a6e05ed3b6b3be467af41d13085d0;p=freeglut diff --git a/src/mswin/freeglut_state_mswin.c b/src/mswin/freeglut_state_mswin.c index aa6e30f..8c33a07 100644 --- a/src/mswin/freeglut_state_mswin.c +++ b/src/mswin/freeglut_state_mswin.c @@ -250,10 +250,6 @@ int fgPlatformGlutDeviceGet ( GLenum eWhat ) /* * Win32 is assumed a keyboard, and this cannot be queried, * except for WindowsCE. - * - * X11 has a core keyboard by definition, although it can - * be present as a virtual/dummy keyboard. For now, there - * is no reliable way to tell if a real keyboard is present. */ #if defined(_WIN32_CE) return ( GetKeyboardStatus() & KBDI_KEYBOARD_PRESENT ) ? 1 : 0;