Updated CSFML and SFML.Net to the new input classes
This commit is contained in:
parent
566699f912
commit
15f6eca815
54 changed files with 1503 additions and 955 deletions
|
@ -114,7 +114,7 @@ public :
|
|||
/// \return True if the button is pressed, false otherwise
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
static bool IsButtonPressed(unsigned int joystick, int button);
|
||||
static bool IsButtonPressed(unsigned int joystick, unsigned int button);
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief Get the current position of a joystick axis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue