Add color fade

This commit is contained in:
elasota
2020-05-22 21:14:43 -04:00
parent 482487d81c
commit f5ff8eb013
13 changed files with 272 additions and 152 deletions

View File

@@ -503,12 +503,6 @@ void GetMouse(Window *window, Point *point)
point->v = relativePos.m_y;
}
Boolean Button()
{
PL_NotYetImplemented();
return false;
}
Boolean StillDown()
{
return PortabilityLayer::InputManager::GetInstance()->GetKeys()->m_mouse.Get(GpMouseButtons::kLeft);