(long window, int key, int scanCode, int action, int modifiers)
| 124 | } |
| 125 | |
| 126 | @Override |
| 127 | public void invoke(long window, int key, int scanCode, int action, int modifiers) { |
| 128 | previousCallback.invoke(window, key, scanCode, action, modifiers); |
| 129 | MinecraftFactory.getClassProxyCallback().fireKeyPressEvent(key); |
| 130 | } |
| 131 | |
| 132 | @Override |
| 133 | public void drawString(String string, int x, int y, Object... format) { |
no test coverage detected