6 Mobile Profile
Camilla Löwy edited this page 2017-10-15 23:09:08 +02:00

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)