12 #include "dialogs/GUIDialogSelect.h" 13 #include "threads/CriticalSection.h" 14 #include "utils/Observer.h" 27 void UnregisterPeripheralManager();
29 CFileItemPtr GetItem(
unsigned int pos)
const;
41 void OnInitWindow()
override;
43 void UpdatePeripheralsAsync();
44 void UpdatePeripheralsSync();
48 mutable CCriticalSection m_peripheralsMutex;
void Notify(const Observable &obs, const ObservableMessage msg) override
Process a message from an observable.
Definition: GUIDialogPeripherals.cpp:146
Definition: RetroPlayerInput.h:15
Represents a list of files.
Definition: FileItem.h:721
Definition: GUIDialogPeripherals.h:20
Definition: GUIDialogSelect.h:20
Definition: Observer.h:31
Definition: LibInputPointer.h:13
Definition: GUIMessage.h:365
Definition: Observer.h:44
Definition: Peripherals.h:53