@override void SetTargetFPS( num fps, ) => run( () => RaylibDebugLabels.SetTargetFPS(fps), () => rl.Core.SetTargetFPS(fps.toInt()), );