This is the complete list of members for cae::IInput, including all inherited members.
| getGamepads() const =0 | cae::IInput | pure virtual |
| getKeyboard() const =0 | cae::IInput | pure virtual |
| getMouse() const =0 | cae::IInput | pure virtual |
| getName() const =0 | utl::IPlugin | pure virtual |
| getPlatform() const =0 | utl::IPlugin | pure virtual |
| getType() const =0 | utl::IPlugin | pure virtual |
| setGamepads(std::vector< std::unique_ptr< IGamepad > > &gamepads)=0 | cae::IInput | pure virtual |
| setKeyboard(std::unique_ptr< IKeyboard > &keyboard)=0 | cae::IInput | pure virtual |
| setMouse(std::unique_ptr< IMouse > &mouse)=0 | cae::IInput | pure virtual |
| ~IInput() override=default | cae::IInput | |
| ~IPlugin()=default | utl::IPlugin | virtual |