SDLK_DELETE problem

In SDL_keycode.h, SDLK_DELETE = ‘\177’ does not work. (Win7)
After I change to SDLK_DELETE = 127, it’s work.

BTW, I’ve reported bug in SDL_ttf a week ago, but I don’t get a respond.
Line in underline text drawing is incorrect width (in Italic and
Underline mode), it should draw as character width. I attached
picture.

And SDL_ttf can’t open with MSVC 2010.

Thanks
-------------- next part --------------
A non-text attachment was scrubbed…
Name: ttf.png
Type: image/png
Size: 5200 bytes
Desc: not available
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20121021/a7cbdb85/attachment-0001.png

May I suggest you to report these two problems as (two) separate
issues in SDL bugtracker?
Otherwise you risk of getting them lost through the emails…
VittorioOn Sun, Oct 21, 2012 at 11:18 AM, wahono sri wrote:

In SDL_keycode.h, SDLK_DELETE = ‘\177’ does not work. (Win7)
After I change to SDLK_DELETE = 127, it’s work.

BTW, I’ve reported bug in SDL_ttf a week ago, but I don’t get a respond.
Line in underline text drawing is incorrect width (in Italic and
Underline mode), it should draw as character width. I attached
picture.

And SDL_ttf can’t open with MSVC 2010.

Thanks


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org