Add KeyboardEvent.charCode

This commit is contained in:
konsoletyper 2015-01-27 21:42:17 +04:00
parent c7a45938f7
commit 0dc8a83bb4

View File

@ -39,6 +39,9 @@ public interface KeyboardEvent extends Event {
@JSProperty
String getCode();
@JSProperty
int getCharCode();
@JSProperty
int getLocation();