Feature: Implement KCP protocol - based on UDP

This commit is contained in:
yuanyuanxiang
2025-07-20 04:42:29 +08:00
parent 07f6c92306
commit a2759a5d6a
25 changed files with 2248 additions and 29 deletions

View File

@@ -65,7 +65,7 @@ public:
DestroyCursor(m_CursorHandleArray[i]);
}
int getCurrentCursorIndex()
int getCurrentCursorIndex() const
{
CURSORINFO ci;
ci.cbSize = sizeof(CURSORINFO);