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