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:
@@ -45,7 +45,7 @@ void KeyboardInput::setKey(int keyCode, bool b)
|
||||
m_keys[index] = b;
|
||||
}
|
||||
|
||||
void KeyboardInput::tick(Player* pPlayer)
|
||||
void KeyboardInput::onTick(Player* pPlayer)
|
||||
{
|
||||
m_horzInput = 0.0f;
|
||||
m_vertInput = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user