Browse Source

Examples: Glut: Added note about missing cursor support. (#2375, #2465)

omar 6 years ago
parent
commit
1ca6e5b59f
2 changed files with 2 additions and 0 deletions
  1. 1 0
      examples/imgui_impl_glut.cpp
  2. 1 0
      examples/imgui_impl_glut.h

+ 1 - 0
examples/imgui_impl_glut.cpp

@@ -6,6 +6,7 @@
 
 // Issues:
 //  [ ] Platform: GLUT is unable to distinguish e.g. Backspace from CTRL+H or TAB from CTRL+I
+//  [ ] Platform: Missing mouse cursor shape/visibility support.
 //  [ ] Platform: Missing clipboard support (not supported by Glut).
 //  [ ] Platform: Missing gamepad support.
 

+ 1 - 0
examples/imgui_impl_glut.h

@@ -6,6 +6,7 @@
 
 // Issues:
 //  [ ] Platform: GLUT is unable to distinguish e.g. Backspace from CTRL+H or TAB from CTRL+I
+//  [ ] Platform: Missing mouse cursor shape/visibility support.
 //  [ ] Platform: Missing clipboard support (not supported by Glut).
 //  [ ] Platform: Missing gamepad support.