浏览代码

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

omar 6 年之前
父节点
当前提交
1ca6e5b59f
共有 2 个文件被更改,包括 2 次插入0 次删除
  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.