GUI: Rename some methods, start to implement new one

This commit is contained in:
Er2
2023-12-09 19:44:25 +03:00
parent 5e311cbbb3
commit b6bf9d616a
76 changed files with 883 additions and 263 deletions

View File

@@ -25,7 +25,7 @@ void IMoveInput::releaseAllKeys()
{
}
void IMoveInput::render(float f)
void IMoveInput::onRender(float f)
{
}
@@ -37,6 +37,6 @@ void IMoveInput::setScreenSize(int width, int height)
{
}
void IMoveInput::tick(Player* pPlayer)
void IMoveInput::onTick(Player* pPlayer)
{
}