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

Interface for handling keyboard events. More...

#include <IKeyboardDriverHandler.h>

Inheritance diagram for KODI::KEYBOARD::IKeyboardDriverHandler:
KODI::GAME::CAgentInput KODI::GAME::CGUIConfigurationWizard KODI::JOYSTICK::CButtonMapping KODI::KEYBOARD::CDefaultKeyboardHandling KODI::KEYBOARD::CKeyboardEasterEgg KODI::KEYBOARD::CKeyboardInputHandling PERIPHERALS::CAddonButtonMapping PERIPHERALS::CAddonInputHandling PERIPHERALS::CPeripheralKeyboard

Public Member Functions

virtual ~IKeyboardDriverHandler ()=default
 
virtual bool OnKeyPress (const CKey &key)=0
 A key has been pressed.
 
virtual void OnKeyRelease (const CKey &key)=0
 A key has been released.
 

Detailed Description

Interface for handling keyboard events.

Constructor & Destructor Documentation

◆ ~IKeyboardDriverHandler()

virtual KODI::KEYBOARD::IKeyboardDriverHandler::~IKeyboardDriverHandler ( )
virtualdefault

Member Function Documentation

◆ OnKeyPress()

virtual bool KODI::KEYBOARD::IKeyboardDriverHandler::OnKeyPress ( const CKey & key)
pure virtual

◆ OnKeyRelease()


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