package info.jbcs.minecraft.vending.gui.lib.input; public class InputKeyboardEvent extends InputEvent { public int key; public char character; }