Add a playback toggle button

This commit is contained in:
2021-12-19 05:33:57 +01:00
parent e23ed245db
commit 6e903f6f5c
3 changed files with 45 additions and 7 deletions

View File

@@ -39,6 +39,7 @@ typedef enum _FivViewCommand {
FIV_VIEW_COMMAND_FRAME_PREVIOUS,
FIV_VIEW_COMMAND_FRAME_NEXT,
// Going to the end frame makes no sense, wrap around if needed.
FIV_VIEW_COMMAND_TOGGLE_PLAYBACK,
FIV_VIEW_COMMAND_TOGGLE_FILTER,
FIV_VIEW_COMMAND_PRINT,