Replies: 1 comment 1 reply
|
Hi. But I double checked and in this case it seems we don't support dynamic change of the cursors to be enabled/disabled 😱 . Also the properties But (!) There is a workaround, you can just set the color of the cursor to I created #876 as work item. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello there,
Unfortunately, I am not able to switch the player cursor in my WPF application on or off at the desired time. I probably have to call a render function, but I don't know which one it is.
So once loaded, the cursor is either permanently on or off. Since I sometimes only display individual notes for practice purposes, the cursor is very annoying there.
Can someone please give me a tip?
AlphaTab.Settings.Player.EnableCursor = false;/true
AlphaTab.Render ...
Thank you.
All reactions