Some additional fixes from other branch.
This commit is contained in:
@@ -2,12 +2,11 @@
|
||||
package appeng.client;
|
||||
|
||||
|
||||
import org.lwjgl.input.Keyboard;
|
||||
|
||||
import org.lwjgl.glfw.GLFW;
|
||||
|
||||
public enum ActionKey
|
||||
{
|
||||
TOGGLE_FOCUS( Keyboard.KEY_TAB );
|
||||
TOGGLE_FOCUS( GLFW.GLFW_KEY_TAB );
|
||||
|
||||
private final int defaultKey;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user