mirror of https://github.com/glfw/glfw.git
6
Mobile Profile
Camilla Löwy edited this page 8 years ago
Items that start with remove
- remove cursors
- remove decorated, resizable, maximized
- remove OpenGL
- remove window icon (already ignored on macOS)
- remove window pos (already ignored on Wayland)
- remove window size limits
- remove window aspect ratio
- remove main loop (we're GLUT now)
Items that start with add
- add platform caps queries (also helps desktop)
- add touch (also helps desktop)
- add init weirdness (could be emulated on desktop)
- add idle event or draw event to make up for main loop loss (we're totally GLUT now)
- add sensors (also helps desktop)
- add pause/resume (also helps desktop)
- add context loss (also helps EGL)
- add monitor orientation (also helps desktop)