SetWindowFocused method
void
SetWindowFocused()
Implementation
void SetWindowFocused() => run(
() => 'SetWindowFocused()',
() => rl.Core.SetWindowFocused(),
);
void SetWindowFocused() => run(
() => 'SetWindowFocused()',
() => rl.Core.SetWindowFocused(),
);