mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Add KeyboardEvent.charCode
This commit is contained in:
parent
c7a45938f7
commit
0dc8a83bb4
|
@ -39,6 +39,9 @@ public interface KeyboardEvent extends Event {
|
|||
@JSProperty
|
||||
String getCode();
|
||||
|
||||
@JSProperty
|
||||
int getCharCode();
|
||||
|
||||
@JSProperty
|
||||
int getLocation();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user