From 37c71c1ed15ed1b6b4404c3583b69065319d0e19 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 9 Sep 2010 22:40:45 +0200 Subject: [PATCH] Added no Unicode key repeat to changelog. --- readme.html | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.html b/readme.html index 0c394062..adea6e02 100644 --- a/readme.html +++ b/readme.html @@ -269,6 +269,7 @@ version of GLFW.

  • Renamed lib source code directory to src
  • Replaced ad hoc build system with CMake
  • Updated all included test and example programs to use the new API
  • +
  • Made Unicode character input unaffected by GLFW_KEY_REPEAT
  • Removed event auto-polling and the GLFW_AUTO_POLL_EVENTS window enable
  • Removed the entire threading API
  • Removed the entire image loading API