SetWindowMinSize function

void SetWindowMinSize(
  1. int width,
  2. int height
)

See RaylibCoreFlatModule.SetWindowMinSize.

Implementation

void SetWindowMinSize(
  int width,
  int height,
) => _module.SetWindowMinSize(width, height);