It could be useful to allow programmers a way to display some kind of visual indicator when paged mode kicks in and pauses output.
Adding callbacks related to paged mode would facilitate this. At least two events would be needed:
- Paged mode has paused output
- Paged mode is about to resume output
- Paged mode setting has been changed
This third event would be trickier to work with. The paged mode value (available via a VDP variable) is no longer as simple as "on/off" as it now has two additional states for when temporary paged mode is being used.
It could be useful to allow programmers a way to display some kind of visual indicator when paged mode kicks in and pauses output.
Adding callbacks related to paged mode would facilitate this. At least two events would be needed:
This third event would be trickier to work with. The paged mode value (available via a VDP variable) is no longer as simple as "on/off" as it now has two additional states for when temporary paged mode is being used.