Mouse support in graveyards an library browsing during battle
This commit is contained in:
@@ -180,6 +180,11 @@ bool GuiGameZone::CheckUserInput(JButton key){
|
||||
return false;
|
||||
}
|
||||
|
||||
bool GuiGameZone::CheckUserInput(int x, int y){
|
||||
if (showCards) return cd->CheckUserInput(x, y);
|
||||
return false;
|
||||
}
|
||||
|
||||
void GuiGameZone::Update(float dt){
|
||||
if (showCards) cd->Update(dt);
|
||||
PlayGuiObject::Update(dt);
|
||||
|
||||
Reference in New Issue
Block a user