- Arreglats un milló de warnings tontos (i alguno serio)
This commit is contained in:
@@ -547,7 +547,7 @@ namespace modules
|
||||
|
||||
int mx = draw::getLocalX(input::mouseX());
|
||||
int my = draw::getLocalY(input::mouseY());
|
||||
const bool btnDown = input::mouseBtn(1) || input::mouseBtn(3);
|
||||
//const bool btnDown = input::mouseBtn(1) || input::mouseBtn(3);
|
||||
const bool btnClk = input::mouseClk(1) || input::mouseClk(3);
|
||||
|
||||
if (mx>=0 && mx <=100 && my>=0 && my<=221)
|
||||
|
||||
Reference in New Issue
Block a user