mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Improve PICT compatibility, add batch mode to gpr2gpa
This commit is contained in:
@@ -87,6 +87,15 @@ Rect BERect::ToRect() const
|
||||
return rect;
|
||||
}
|
||||
|
||||
Point BEPoint::ToPoint() const
|
||||
{
|
||||
Point point;
|
||||
point.h = this->h;
|
||||
point.v = this->v;
|
||||
|
||||
return point;
|
||||
}
|
||||
|
||||
void HideCursor()
|
||||
{
|
||||
PortabilityLayer::HostDisplayDriver::GetInstance()->SetStandardCursor(EGpStandardCursors::kHidden);
|
||||
|
Reference in New Issue
Block a user