SetWindowState function

void SetWindowState(
  1. int flags
)

See RaylibCoreFlatModule.SetWindowState.

Implementation

void SetWindowState(
  int flags,
) => _module.SetWindowState(flags);