|
sf::Vector2f | getMouse () |
|
NetworkInputManager::Axis & | getAxis (const std::string &axisName) |
|
NetworkInputManager::Button & | getButton (const std::string &button) |
|
void | loadDefinition (const std::string &inputManagerFile) |
|
void | setAxis (const std::string &axisName, float value) |
|
void | setAxis (sf::Uint8 idx, float value) |
|
void | setButton (const std::string &buttonName, bool value) |
|
void | setButton (sf::Uint8 idx, bool value) |
|
void | setMouse (sf::Vector2f pos) |
|
virtual sf::Vector2f | getMouse ()=0 |
|
virtual Axis & | getAxis (const std::string &axisName)=0 |
|
virtual Button & | getButton (const std::string &button)=0 |
|
◆ getAxis()
◆ getButton()
◆ getMouse()
sf::Vector2f PlatformDataEngine::NetworkInputManager::getMouse |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files: