aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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, ...)