mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Android: Fix back button sometimes not working as ESC (#14743)
This commit is contained in:
@@ -309,7 +309,7 @@ public:
|
||||
|
||||
virtual bool cancelPressed()
|
||||
{
|
||||
return wasKeyDown(KeyType::ESC) || m_receiver->WasKeyDown(CancelKey);
|
||||
return wasKeyDown(KeyType::ESC);
|
||||
}
|
||||
|
||||
virtual void clearWasKeyPressed()
|
||||
|
Reference in New Issue
Block a user