Add: KeyMapper

This commit is contained in:
2018-06-12 17:43:34 +09:00
parent cbe59fa819
commit 7907ae34cf
18 changed files with 603 additions and 282 deletions
+7
View File
@@ -0,0 +1,7 @@
let appInfoManager = new AppInfoManager();
QUnit.test( "GetAppID", function( assert ) {
assert.equal(appInfoManager.getAppNameKorean("test"), "테스트", "test");
assert.equal(appInfoManager.getAppNameKorean("space_invaders"), "외계인 침공", "space invaders");
assert.equal(appInfoManager.getAppNameKorean("card_matching"), "카드 짝 맞추기", "card matching");
});