Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI::GAME::CGameClientHardware Class Reference

Handles events for hardware such as reset buttons. More...

#include <GameClientHardware.h>

Inheritance diagram for KODI::GAME::CGameClientHardware:
KODI::HARDWARE::IHardwareInput

Public Member Functions

 CGameClientHardware (CGameClient &gameClient)
 Constructor.
 
 ~CGameClientHardware () override=default
 
void OnResetButton () override
 A hardware reset button has been pressed.
 
- Public Member Functions inherited from KODI::HARDWARE::IHardwareInput
virtual ~IHardwareInput ()=default
 

Detailed Description

Handles events for hardware such as reset buttons.

Constructor & Destructor Documentation

◆ CGameClientHardware()

CGameClientHardware::CGameClientHardware ( CGameClient & gameClient)
explicit

Constructor.

Parameters
gameClientThe game client implementation

◆ ~CGameClientHardware()

KODI::GAME::CGameClientHardware::~CGameClientHardware ( )
overridedefault

Member Function Documentation

◆ OnResetButton()

void CGameClientHardware::OnResetButton ( )
overridevirtual

A hardware reset button has been pressed.

Implements KODI::HARDWARE::IHardwareInput.


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