HotkeyListener: make the project compile

This commit is contained in:
SRLJustin
2022-02-08 11:00:34 +11:00
parent e870559388
commit d017f869c5

View File

@@ -96,12 +96,9 @@ public abstract class HotkeyListener implements KeyListener
protected void hotkeyPressed()
{
}
protected void hotkeyReleased()
{
}
public void hotkeyReleased()
{
}
}