mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Added an origX/origY to MouseClick
This commit is contained in:
parent
5f949c177d
commit
a51fa2b657
14 changed files with 76 additions and 34 deletions
|
@ -1396,7 +1396,7 @@ namespace IDE
|
|||
{
|
||||
if (button.Label == buttonName)
|
||||
{
|
||||
button.MouseClicked(0, 0, 0);
|
||||
button.MouseClicked(0, 0, 0, 0, 0);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue