aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-01-13 10:43:46 +0100
committertomaka <pierre.krieger1708@gmail.com>2015-01-13 10:43:46 +0100
commit05a03fb6a1232621e570fe46a82c6088c74696a9 (patch)
treef066387449265cb233fbc6040a0902a6a4df9360 /README.md
parent88fd84f5952ba9fc758957bdc55b911ec694d46b (diff)
parent0fba0a9a734dcc7c30f9c369d6481a9b1d33828c (diff)
downloadglutin-05a03fb6a1232621e570fe46a82c6088c74696a9.tar.gz
glutin-05a03fb6a1232621e570fe46a82c6088c74696a9.zip
Merge pull request #192 from bjwbell/mouse-cursors
Add mouse cursor support
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index b5eb023..8188add 100644
--- a/README.md
+++ b/README.md
@@ -59,14 +59,16 @@ 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
- You must call `glFlush` before `swap_buffers`, or else on Windows 8 nothing will be visible on the window
- Pixel formats are not implemented
+ - Changing the cursor (set_cursor) is not implemented
### X11
- Some input events are not implemented
- Pixel formats not implemented
- Vsync not implemented
+ - Not all mouse cursors are implemented (ContextMenu, ...)