Importing org.lwjgl.input.Keyboard;

Started by MightyGarlic, October 10, 2017, 21:36:04

Previous topic - Next topic

MightyGarlic

Just downloaded the LWJGL library, and tried to import org.lwjgl.input.Keyboard; but it can't be resolved. Importing org.lwjgl.*, works totally fine


Can anyone help?

quew8

I assume that you have downloaded LWJGL3 but are expecting LWJGL2. LWJGL3 has no org.lwjgl.input package. Input is handled through GLFW.