mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -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
|
@JSProperty
|
||||||
String getCode();
|
String getCode();
|
||||||
|
|
||||||
|
@JSProperty
|
||||||
|
int getCharCode();
|
||||||
|
|
||||||
@JSProperty
|
@JSProperty
|
||||||
int getLocation();
|
int getLocation();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user