MathewWi / sdl-wii

Automatically exported from code.google.com/p/sdl-wii
0 stars 0 forks source link

missing keys :-( #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Starting an app with SDL and keyboard use

What is the expected output? What do you see instead?
A working keyboard. Not all keys work! 

Key on a german keyboard                  : (sign)
1st row, guess same place as us, uk, ... : (zero)
2nd row, next to enter                    : (+)
4th row, next to left shift               : (<)
4th row, beneath enter                    : (#)

What version of the product are you using? On what operating system?
Wii 4.0e, SDL rev 43

Please provide any additional information below.
keyboard example of libogc (after addition of stdin) rev 3480 http://
devkitpro.svn.sourceforge.net/viewvc/devkitpro/trunk/examples/wii/devices/
usbkeyboard/?sortby=date works fine, that means the keys work there!

Can't tell since witch version this occurs, I couldn't use my keyboard a long 
time as I had to replug it every time ...

Original issue reported on code.google.com by moecki73...@yahoo.com on 26 May 2009 at 6:16

GoogleCodeExporter commented 9 years ago
If someone gives me some source (without SDL, therefor it won't work ;-), I can 
provide 
you with the scancodes of these keys ...

Sorry, I can't programm myself! :-(

Original comment by moecki73...@yahoo.com on 14 Jun 2009 at 7:49

GoogleCodeExporter commented 9 years ago
ok, I've added some of the missing keys and corrected some.

if there's any missing, then you'll have to find the appropriate USB scan code 
and 
the matching SDL key. Let me know if you find any more.

See here for the USB codes: 
http://www.win.tue.nl/~aeb/linux/kbd/scancodes-14.html
And here for the SDL keys: 
https://svn.tabos.org/doxygen/html/SDL__keysym_8h.html

Original comment by dborth@gmail.com on 28 Jun 2009 at 7:32

GoogleCodeExporter commented 9 years ago

Original comment by dborth@gmail.com on 14 Jul 2009 at 3:59

GoogleCodeExporter commented 9 years ago

Original comment by dborth@gmail.com on 4 Aug 2009 at 8:52