API ReferenceAll TypesrenderingBoundsLookupgetBeatAtPosOn this pagegetBeatAtPosDescription​ Tries to find a beat at the given absolute position. JavaScriptC#KotlingetBeatAtPos(x: number, y: number): Beat | nullBeat? GetBeatAtPos(double x, double y)fun getBeatAtPos(x: Double, y: Double): Beat? ParameterSummaryxAllThe absolute X-position of the beat to find.yAllThe absolute Y-position of the beat to find. Returns​ The beat found at the given position or null if no beat could be found.