mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-04 14:09:47 +03:00
Allow Changing Input Mode
This commit is contained in:
committed by
iProgramInCpp
parent
7771bc20a7
commit
c989ffa721
@@ -295,7 +295,7 @@ void Screen::mouseReleased(int xPos, int yPos, int d)
|
||||
|
||||
if (m_pClickedButton)
|
||||
{
|
||||
if (m_pMinecraft->isTouchscreen() && button->clicked(m_pMinecraft, xPos, yPos))
|
||||
if (m_pMinecraft->isTouchscreen() && m_pClickedButton->clicked(m_pMinecraft, xPos, yPos))
|
||||
{
|
||||
m_pMinecraft->m_pSoundEngine->play("random.click");
|
||||
buttonClicked(m_pClickedButton);
|
||||
|
||||
Reference in New Issue
Block a user