11 #include "games/GameTypes.h" 12 #include "games/addons/GameClientCallbacks.h" 13 #include "peripherals/PeripheralTypes.h" 31 GAME::GameClientPtr gameClient);
35 void StartAgentManager();
36 void StopAgentManager();
39 void SetSpeed(
double speed);
40 void EnableInput(
bool bEnabled);
44 void PollInput()
override;
52 PERIPHERALS::EventPollHandlePtr m_inputPollHandle;
53 bool m_bEnabled =
false;
56 const GAME::GameClientPtr m_gameClient;
57 bool m_bAgentManagerStarted{
false};
Definition: RetroPlayerInput.h:15
Controller configuration window.
Definition: AudioDecoder.h:18
Player process info.
Definition: RPProcessInfo.h:77
Definition: Peripherals.h:49