GetScreenWidth method

int GetScreenWidth()

Implementation

int GetScreenWidth() => run(
  () => 'GetScreenWidth()',
  () => rl.Core.GetScreenWidth(),
);