mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
19 lines
323 B
Plaintext
19 lines
323 B
Plaintext
/*!
|
|
|
|
@page common Common tasks
|
|
|
|
@tableofcontents
|
|
|
|
This guide explains how to
|
|
|
|
|
|
@section common_full_screen Windowed full screen mode
|
|
|
|
@section common_window_pos Initial window position
|
|
|
|
GLFW comes with the `windows` test program, which illustrates this method.
|
|
|
|
@section common_fps_camera First-person camera controls
|
|
|
|
*/
|