![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
A list populated by input ports on a game console. More...
#include <IActivePortList.h>
Public Member Functions | |
virtual | ~IActivePortList ()=default |
virtual bool | Initialize (GameClientPtr gameClient)=0 |
Initialize resources. | |
virtual void | Deinitialize ()=0 |
Deinitialize resources. | |
virtual void | Refresh ()=0 |
Refresh the contents of the list. | |
A list populated by input ports on a game console.
In the Player Viewer dialog (GameAgents
window), this list has control ID 4.
Each port is an item in the list. Ports are represented by the controller icon of the connected controller.
Ports are only included in the list if the controller profile provides input. For example, Multitaps will be skipped.
When ports are changed, the player list (IAgentList) is updated.
|
virtualdefault |
|
pure virtual |
Deinitialize resources.
Implemented in KODI::GAME::CGUIActivePortList.
|
pure virtual |
Initialize resources.
gameClient | The game client providing the ports |
Implemented in KODI::GAME::CGUIActivePortList.
|
pure virtual |
Refresh the contents of the list.
Implemented in KODI::GAME::CGUIActivePortList.