Platform Cross (moved)¶
The cross-platform implementations are now under Platform at the same level as Windows and MacOS:
- GLFW — window, Device (keyboard, mouse), event loop, file system.
- Null — headless stub (no window, no file system;
GetFileSystem()returnsnullptr).