SetWindowMaxSize function

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

See RaylibCoreFlatModule.SetWindowMaxSize.

Implementation

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