mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-03 00:46:55 +02:00
Almost finished building of buildings.
This commit is contained in:
@ -729,6 +729,13 @@ ClickableR::ClickableR()
|
||||
{
|
||||
pressedR=false;
|
||||
}
|
||||
void ClickableR::clickRight(tribool down)
|
||||
{
|
||||
if (down)
|
||||
pressedR=true;
|
||||
else
|
||||
pressedR=false;
|
||||
}
|
||||
void ClickableR::activate()
|
||||
{
|
||||
LOCPLINT->rclickable.push_back(this);
|
||||
|
Reference in New Issue
Block a user