UNPKG

phaser4-rex-plugins

Version:
7 lines (6 loc) 152 B
var EnterClose = function () { this.close(); this.emit('keydown-ENTER', this.parent, this); return this; } export default EnterClose;