mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
GUI: Rename some methods, start to implement new one
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user