void SetWindowPosition( num x, num y, ) => run( () => 'SetWindowPosition($x, $y)', () => rl.Core.SetWindowPosition( x.toInt(), y.toInt(), ), );