player.enableUserInteraction
player.enableUserInteractionJavaScript
player.enableUserInteractionJSON
Player.EnableUserInteraction.net
player.enableUserInteractionAndroid
Description​
Whether the default user interaction behavior should be active or not. This setting configures whether alphaTab provides the default user interaction features like selection of the playback range and "seek on click". By default users can select the desired playback range with the mouse and also jump to individual beats by click. This behavior can be contolled with this setting.
- JavaScript
- C#
- Kotlin
enableUserInteraction: boolean = true;
bool EnableUserInteraction { get; set; } = true
var enableUserInteraction: Boolean = true