xbmc
Public Member Functions | List of all members
KODI::GAME::IGameInputCallback Class Referenceabstract

Input callbacks. More...

#include <GameClientCallbacks.h>

Inheritance diagram for KODI::GAME::IGameInputCallback:
Inheritance graph
[legend]

Public Member Functions

virtual bool AcceptsInput () const =0
 Return true if the input source accepts input. More...
 
virtual void PollInput ()=0
 Poll the input source for input.
 

Detailed Description

Input callbacks.

Todo:
Remove this file when Game API is updated for input polling

Member Function Documentation

◆ AcceptsInput()

virtual bool KODI::GAME::IGameInputCallback::AcceptsInput ( ) const
pure virtual

Return true if the input source accepts input.

Returns
True if input should be processed, false otherwise

Implemented in KODI::RETRO::CRetroPlayerInput.


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