mirror of https://github.com/axmolengine/axmol.git
keyboard events now available in Windows Universal Apps
This commit is contained in:
parent
e0c65c203a
commit
a16d51cad9
|
@ -461,7 +461,7 @@ std::string LabelKeyboardEventTest::title() const
|
|||
|
||||
std::string LabelKeyboardEventTest::subtitle() const
|
||||
{
|
||||
return "Please click keyboard\n(Only available on Desktop and Android)";
|
||||
return "Please click keyboard\n(Only available on Desktop, Android\nand Windows Universal Apps)";
|
||||
}
|
||||
|
||||
// SpriteAccelerationEventTest
|
||||
|
|
Loading…
Reference in New Issue