LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: MightyGarlic on October 10, 2017, 21:36:04

Title: Importing org.lwjgl.input.Keyboard;
Post by: MightyGarlic on October 10, 2017, 21:36:04
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?
Title: Re: Importing org.lwjgl.input.Keyboard;
Post by: quew8 on October 27, 2017, 14:16:39
I assume that you have downloaded LWJGL3 but are expecting LWJGL2. LWJGL3 has no org.lwjgl.input package. Input is handled through GLFW.