Deleted rawKeyPress.

This commit is contained in:
Gunther Brunner
2014-05-27 19:07:13 +09:00
parent 6429a681be
commit 92498e2695

View File

@@ -81,11 +81,6 @@ module.exports = function ControlServiceFactory(
this.keyDown = keySender('input.keyDown')
this.keyUp = keySender('input.keyUp')
this.keyPress = keySender('input.keyPress')
this.rawKeyPress = function (fixedKey) {
return sendOneWay('input.keyPress', {
key: fixedKey
})
}
this.home = keySender('input.keyPress', 'home')
this.menu = keySender('input.keyPress', 'menu')