Mercurial > sdl-ios-xcode
comparison src/video/wincommon/SDL_lowvideo.h @ 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 | 86d0d01290ea |
children | f61f045343d3 |
comparison
equal
deleted
inserted
replaced
1252:57be1c741b8b | 1253:7c7ddaf195bf |
---|---|
107 | 107 |
108 /* DJM: This is really from SDL_sysevents.c, we need it in | 108 /* DJM: This is really from SDL_sysevents.c, we need it in |
109 GDL_CreateWindow as well */ | 109 GDL_CreateWindow as well */ |
110 LONG CALLBACK WinMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); | 110 LONG CALLBACK WinMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); |
111 | 111 |
112 /* JFP: Implementation of ToUnicode() that works on 9x/ME/2K/XP */ | |
113 typedef int (WINAPI *ToUnicodeFN)(UINT, UINT, PBYTE, LPWSTR, int, UINT); | |
114 | |
115 extern ToUnicodeFN SDL_ToUnicode; | |
116 | |
112 #endif /* SDL_lowvideo_h */ | 117 #endif /* SDL_lowvideo_h */ |