Added glfwGet*Adapter to native API.

This commit is contained in:
Camilla Berglund
2014-10-28 15:35:03 +01:00
parent 6743761c2c
commit 49ec306a0a
5 changed files with 59 additions and 7 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ GLFW bundles a number of dependencies in the `deps/` directory.
- 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 monitor and adapter identifier access to native API
- Added `glfwSetDropCallback` and `GLFWdropfun` for receiving dropped files
- Added `glfwPostEmptyEvent` for allowing secondary threads to cause
`glfwWaitEvents` to return