johncip Posted November 21, 2015 Share Posted November 21, 2015 Does anyone know why Phaser.Key objects don't contain a metaKey property? There are properties for shiftKey, ctrlKey, and altKey, but metaKey is missing and could be useful on some platforms, for instance, if you want to handle "R" on OS X but avoid handling "Cmd+R." JS key events in modern browsers provide metaKey the same as the others, so it seems easy enough to add it in. I can make a pull request, I just wanted to check here first. Link to comment Share on other sites More sharing options...
drhayes Posted November 23, 2015 Share Posted November 23, 2015 Pull request time! Link to comment Share on other sites More sharing options...
Recommended Posts