- Afegides constants per a quin numeret es cada botó del ratolí, que mai ho recorde
This commit is contained in:
@@ -3,6 +3,16 @@
|
||||
|
||||
namespace input
|
||||
{
|
||||
namespace mouse
|
||||
{
|
||||
namespace button
|
||||
{
|
||||
const int left = 1;
|
||||
const int middle = 2;
|
||||
const int right = 3;
|
||||
}
|
||||
}
|
||||
|
||||
/// @brief Inicialitza els sistemes de teclat, ratolí i gamepad
|
||||
void init(const int zoom);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user