8000 Mobile Profile · glfw/glfw Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Mobile Profile

Camilla Löwy edited this page Oct 15, 2017 · 6 revisions

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)

GLFW 3.3.7


Getting Started

Clone this wiki locally
0