SetWindowSize function

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

See RaylibCoreFlatModule.SetWindowSize.

Implementation

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