![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <GameLoop.h>
Public Member Functions | |
virtual | ~IGameLoopCallback ()=default |
virtual void | FrameEvent ()=0 |
The next frame is being shown. | |
virtual void | RewindEvent ()=0 |
The prior frame is being shown. | |
|
virtualdefault |
|
pure virtual |
The next frame is being shown.
Implemented in KODI::RETRO::CReversiblePlayback.
|
pure virtual |
The prior frame is being shown.
Implemented in KODI::RETRO::CReversiblePlayback.