Platform.GLFW (Visera.Platform.GLFW)¶
GLFW-based window and input. Cross-platform window creation, keyboard, and mouse.
Submodules¶
| Module | Description |
|---|---|
| Device.Keyboard | Keyboard input |
| Device.Mouse | Mouse input |
| Window | GLFW window |
| (EventLoop) | GLFW init and event loop (internal) |
| (FileSystem) | GLFW-based file system (when used) |
See also¶
- Platform — parent module
- Interface.Window — window abstraction
- Runtime.Input — runtime input