#include <Input.hpp>
Inheritance diagram for sfInput:
Public Member Functions | |
sfInput () | |
bool | IsKeyDown (sfKey::Code Key) const |
bool | IsButtonDown (sfButton::Code Button) const |
unsigned int | GetMouseX () const |
unsigned int | GetMouseY () const |
Definition at line 42 of file Input.hpp.
sfInput::sfInput | ( | ) |
Default constructor
Definition at line 34 of file Input.cpp.
References sfButton::Count, and sfKey::Count.
bool sfInput::IsKeyDown | ( | sfKey::Code | Key | ) | const |
bool sfInput::IsButtonDown | ( | sfButton::Code | Button | ) | const |
unsigned int sfInput::GetMouseX | ( | ) | const |
unsigned int sfInput::GetMouseY | ( | ) | const |