浏览代码

sokol_app.h: fix sapp_cursor => sapp_mouse_cursor in comments

Andre Weissflog 3 年之前
父节点
当前提交
a63e7f8632
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      sokol_app.h

+ 2 - 2
sokol_app.h

@@ -1466,9 +1466,9 @@ typedef struct sapp_html5_fetch_request {
 } sapp_html5_fetch_request;
 
 /*
-    sapp_cursor
+    sapp_mouse_cursor
 
-    Predefined cursor image definitions, set with sapp_set_mouse_cursor(sapp_cursor cursor)
+    Predefined cursor image definitions, set with sapp_set_mouse_cursor(sapp_mouse_cursor cursor)
 */
 typedef enum sapp_mouse_cursor {
     SAPP_MOUSECURSOR_DEFAULT = 0,   // equivalent with system default cursor