Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Strange things happening in GLFW keyboard callback...

  1. #1
    Junior Member Regular Contributor
    Join Date
    Oct 2002
    Location
    San Diego, CA, USA
    Posts
    211

    Strange things happening in GLFW keyboard callback...

    I have been using GLFW without a hitch for quite a while. I am using a regular US made PC running Win XP (US version). I send my program to my artist in France, and he says he can't enter anything via the keyboard. After doing some troubleshooting, I have come to find that GLFW's keyboard callback is sending only the '/' character to the program. I have been running this program on numerous machines here in the US to try to find out if it may be a computer related problem. Apparently not. I suppose it's because he's in a different country with a different keyboard layout.

    Is there a ready fix for this?

  2. #2
    Advanced Member Frequent Contributor marcus256's Avatar
    Join Date
    Aug 2001
    Location
    Sweden
    Posts
    853

    Re: Strange things happening in GLFW keyboard callback...

    Hi!

    This sounds very strange... I have a Swedish keyboard, and I have no problems. Hmmm... Are you sure that you follow the ISO Latin1 and/or Unicode standard(s) correctly? (this was a change in GLFW v2.4 - see the docs)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •