Skip to contents

Restore window from being minimized/maximized.

Usage

restore_window()

Note

This function has been auto-generated from the following Raylib function definition:

void RestoreWindow(void);

Examples

if (FALSE) {
restore_window()
}