Level editor work

This commit is contained in:
elasota
2020-02-25 23:09:09 -05:00
parent c78a20dafd
commit d617795591
11 changed files with 152 additions and 29 deletions

View File

@@ -108,16 +108,6 @@ short FindWindow(Point point, WindowPtr *window)
return part;
}
void DragWindow(WindowPtr window, Point start, Rect *bounds)
{
PL_NotYetImplemented();
}
void SendBehind(WindowPtr window, WindowPtr behind)
{
PL_NotYetImplemented();
}
void BringToFront(WindowPtr window)
{
PL_NotYetImplemented();
@@ -519,14 +509,12 @@ Boolean Button()
Boolean StillDown()
{
PL_NotYetImplemented();
return false;
return PortabilityLayer::InputManager::GetInstance()->GetKeys()->m_mouse.Get(GpMouseButtons::kLeft);
}
Boolean WaitMouseUp()
{
PL_NotYetImplemented();
return false;
return StillDown();
}
short Random()