findNoteAtPos
Description​
Tries to find a note at the given position.
- JavaScript
- C#
- Kotlin
Parameter | Summary |
---|---|
xAll | The X-position of the note to find. |
yAll | The Y-position of the note to find. |
Returns​
The note at the given position or null if no note was found, or the note lookup was not enabled before rendering.