mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-25 06:41:31 +11:00
Merge pull request #281 from mmatyas/readme_fix
Missing newline in README.
This commit is contained in:
commit
72e9c0fc59
|
@ -71,7 +71,8 @@ fn main() {
|
||||||
- Some events are not implemented
|
- Some events are not implemented
|
||||||
- Implementation is still work-in-progress
|
- Implementation is still work-in-progress
|
||||||
- Vsync not implemented
|
- Vsync not implemented
|
||||||
- Changing the cursor (set_cursor) is not implemented
|
- Changing the cursor (set_cursor) is not implemented
|
||||||
|
|
||||||
### Win32
|
### Win32
|
||||||
|
|
||||||
- You must call `glFlush` before `swap_buffers`, or else on Windows 8 nothing will be visible on the window
|
- You must call `glFlush` before `swap_buffers`, or else on Windows 8 nothing will be visible on the window
|
||||||
|
|
Loading…
Reference in a new issue