[SDL] Input with non US keyboard under windows

Christian Walther cwalther at gmx.ch
Thu Jul 5 03:59:33 PDT 2007


Kuon writes:
> Now, on windows, if I press ^ I have = as keysym, but on macosx, I  
> got correct ^ as keysym.
> 
> So, my questions are simply, why? and how can I correct this on  
> windows? I want to get what's printed on my keyboard.

Have you tried both backends?
  set SDL_VIDEODRIVER=directx
  set SDL_VIDEODRIVER=windib

As far as I remember, windib does what you want, while directx doesn't (but
I haven't checked this anytime recently).

 -Christian



More information about the SDL mailing list