MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / OnKeyDown

Interface OnKeyDown

src/main/java/fieldbox/boxes/Keyboard.java:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18public class Keyboard {
19
20 public interface OnKeyDown {
21 Hold onKeyDown(Window.Event<Window.KeyboardState> e, int key);
22 }
23
24 public interface OnCharTyped {
25 void onCharTyped(Window.Event<Window.KeyboardState> e, char key);

Callers 2

loadedMethod · 0.85
loadedMethod · 0.85

Implementers 2

Dispatchsrc/main/java/fieldbox/boxes/plugins/D
BrowserKeyboardHackssrc/main/java/fieldcef/plugins/Browser

Calls

no outgoing calls

Tested by

no test coverage detected