diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2015-04-03 07:51:59 +0200 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2015-04-03 07:51:59 +0200 |
commit | 6c990ae48866e6110600aadcb3a0d8850deab42b (patch) | |
tree | 27e6dc9de497ca816562f06e23dc18b59a36d7c7 | |
parent | 2e1fe8283f82208375737674a731d2fe3c5e4539 (diff) | |
parent | 1ed1cc6e3c33aee4b95d699e03a038ed39f579a3 (diff) | |
download | glutin-6c990ae48866e6110600aadcb3a0d8850deab42b.tar.gz glutin-6c990ae48866e6110600aadcb3a0d8850deab42b.zip |
Merge pull request #350 from bjwbell/README-set_cursor_note
README del note that set_cursor isnt implemented
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -81,7 +81,6 @@ fn main() { - Some events are not implemented - Implementation is still work-in-progress - Vsync not implemented - - Changing the cursor (set_cursor) is not implemented ### Win32 |