소스 검색

Updated change log.

Camilla Berglund 11 년 전
부모
커밋
9209d9b304
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -45,6 +45,10 @@ The following dependencies are needed by the examples and test programs:
 
 ## Changelog
 
+ - Added `GLFWcursor` custom system cursor handle
+ - Added `glfwCreateCursor`, `glfwDestroyCursor` and `glfwSetCursor` for
+   managing custom system cursors
+ - Added `GLFWimage` struct for passing 32-bit RGBA images
  - Added native monitor handle access to native API
  - Added `glfwSetDropCallback` and `GLFWdropfun` for receiving dropped files
  - Added `glfwPostEmptyEvent` for allowing secondary threads to cause