![]() |
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
#include <KeymapEnvironment.h>
Public Member Functions | |
~CKeymapEnvironment () override=default | |
int | GetWindowID () const override |
Get the window ID for which actions should be translated. More... | |
void | SetWindowID (int windowId) override |
Set the window ID. More... | |
int | GetFallthrough (int windowId) const override |
Get the fallthrough window to when a key definition is missing. More... | |
bool | UseGlobalFallthrough () const override |
Specify if the global keymap should be used when the window and fallback window are undefined. More... | |
bool | UseEasterEgg () const override |
Specify if the agent should monitor for easter egg presses. More... | |
![]() | |
virtual | ~IKeymapEnvironment ()=default |
|
overridedefault |
Get the fallthrough window to when a key definition is missing.
windowId | The window ID |
Implements IKeymapEnvironment.
|
inlineoverridevirtual |
Get the window ID for which actions should be translated.
Implements IKeymapEnvironment.
Set the window ID.
The | window ID, used for translating actions |
Implements IKeymapEnvironment.
|
inlineoverridevirtual |
Specify if the agent should monitor for easter egg presses.
Implements IKeymapEnvironment.
|
inlineoverridevirtual |
Specify if the global keymap should be used when the window and fallback window are undefined.
Implements IKeymapEnvironment.