LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: XenoAmess on January 11, 2019, 10:22:32

Title: [SOLVED]How to support Norwegian keyboard?
Post by: XenoAmess on January 11, 2019, 10:22:32
Today I received a feedback from a user that my inputbox in my game cannot detect Norwegian keyboard.
I made it with lwjgl and try to catch every key he pressed and generate the english letter.
I want to know if there is some way to detect if users' keyboard is an English keyboard,or Norwegian key board, or Russian key board or some other types...
Thanks. :P
Title: Re: How to support Norwegian keyboard?
Post by: spasi on January 11, 2019, 10:34:56
See text input (https://www.glfw.org/docs/latest/input_guide.html#input_char) in GLFW's documentation.
Title: Re: How to support Norwegian keyboard?
Post by: XenoAmess on January 11, 2019, 10:55:31
Thanks! :)