Skip to contents

Check if one specific window flag is enabled.

Usage

is_window_state(flag)

Arguments

flag

A non-negative integer.

Value

A logical

Note

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

bool IsWindowState(unsigned int flag);