Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::RETRO::IGameLoopCallback Class Referenceabstract

#include <GameLoop.h>

Inheritance diagram for KODI::RETRO::IGameLoopCallback:
KODI::RETRO::CReversiblePlayback

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.
 

Constructor & Destructor Documentation

◆ ~IGameLoopCallback()

virtual KODI::RETRO::IGameLoopCallback::~IGameLoopCallback ( )
virtualdefault

Member Function Documentation

◆ FrameEvent()

virtual void KODI::RETRO::IGameLoopCallback::FrameEvent ( )
pure virtual

The next frame is being shown.

Implemented in KODI::RETRO::CReversiblePlayback.

◆ RewindEvent()

virtual void KODI::RETRO::IGameLoopCallback::RewindEvent ( )
pure virtual

The prior frame is being shown.

Implemented in KODI::RETRO::CReversiblePlayback.


The documentation for this class was generated from the following file: