Hello Guest

[SOLVED]How to support Norwegian keyboard?

  • 2 Replies
  • 4020 Views
[SOLVED]How to support Norwegian keyboard?
« 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
« Last Edit: January 11, 2019, 10:55:54 by XenoAmess »

*

Offline spasi

  • *****
  • 2253
    • WebHotelier
Re: How to support Norwegian keyboard?
« Reply #1 on: January 11, 2019, 10:34:56 »
See text input in GLFW's documentation.

Re: How to support Norwegian keyboard?
« Reply #2 on: January 11, 2019, 10:55:31 »
Thanks! :)