Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Input callbacks. More...
#include <GameClientCallbacks.h>
Public Member Functions | |
virtual | ~IGameInputCallback ()=default |
virtual bool | AcceptsInput () const =0 |
Return true if the input source accepts input. | |
virtual void | PollInput ()=0 |
Poll the input source for input. | |
Input callbacks.
|
virtualdefault |
|
pure virtual |
Return true if the input source accepts input.
Implemented in KODI::RETRO::CRetroPlayerInput.
|
pure virtual |
Poll the input source for input.
Implemented in KODI::RETRO::CRetroPlayerInput.