diff test/checkkeys.c @ 1253:7c7ddaf195bf

Implemented ToUnicode() support on Windows 95/98/ME/NT/2000/XP This is a collaborative effort between Alex Volkov and John Popplewell. Thanks guys! (Fixes bug #39)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 19 Jan 2006 09:09:32 +0000
parents be9c9c8f6d53
children 782fd950bd46 c121d94672cb
line wrap: on
line diff
--- a/test/checkkeys.c	Thu Jan 19 08:53:12 2006 +0000
+++ b/test/checkkeys.c	Thu Jan 19 09:09:32 2006 +0000
@@ -73,6 +73,8 @@
 			/* This is a Latin-1 program, so only show 8-bits */
 			if ( !(sym->unicode & 0xFF00) )
 				printf(" (%c)", sym->unicode);
+			else
+				printf(" (0x%X)", sym->unicode);
 #endif
 		}
 	}