mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c0d28a236c
|
@ -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