|
xbmc
|
A list populated by installed controllers. More...
#include <IConfigurationWindow.h>
Public Member Functions | |
| virtual bool | Initialize (void)=0 |
| Initialize the resource. More... | |
| virtual void | Deinitialize (void)=0 |
| Deinitialize the resource. | |
| virtual bool | Refresh (const std::string &controllerId)=0 |
| Refresh the contents of the list. More... | |
| virtual void | OnFocus (unsigned int controllerIndex)=0 |
| virtual void | OnSelect (unsigned int controllerIndex)=0 |
| The specified controller has been selected. More... | |
| virtual int | GetFocusedController () const =0 |
| Get the index of the focused controller. More... | |
| virtual void | ResetController (void)=0 |
| Reset the focused controller. | |
A list populated by installed controllers.
|
pure virtual |
Get the index of the focused controller.
Implemented in KODI::GAME::CGUIControllerList.
|
pure virtual |
Initialize the resource.
Implemented in KODI::GAME::CGUIControllerList.
|
pure virtual |
The specified controller has been selected.
| controllerIndex | The index of the controller being selected |
Implemented in KODI::GAME::CGUIControllerList.
|
pure virtual |
Refresh the contents of the list.
| controllerId | The controller to focus, or empty to leave focus unchanged |
Implemented in KODI::GAME::CGUIControllerList.
1.8.13