manpage: explicitly mention "tick" event as deprecated

Just. Don't. Use. It.
This commit is contained in:
wm4 2020-03-07 12:31:45 +01:00
parent d6f282e162
commit 7f1bd0f30b
1 changed files with 1 additions and 1 deletions

View File

@ -930,7 +930,7 @@ List of events
``tick``
Called after a video frame was displayed. This is a hack, and you should
avoid using it. Use timers instead and maybe watch pausing/unpausing events
to avoid wasting CPU when the player is paused.
to avoid wasting CPU when the player is paused. This is deprecated.
``shutdown``
Sent when the player quits, and the script should terminate. Normally