فهرست منبع

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.