comparison src/video/win32/SDL_win32video.h @ 2308:514f7c1651fc

Untested Win32 keyboard scancode code.
author Sam Lantinga <slouken@libsdl.org>
date Fri, 08 Feb 2008 08:35:49 +0000
parents 83420da906a5
children 0e2b65f32298
comparison
equal deleted inserted replaced
2307:47f8a579cd9b 2308:514f7c1651fc
61 HANDLE d3dDLL; 61 HANDLE d3dDLL;
62 IDirect3D9 *d3d; 62 IDirect3D9 *d3d;
63 #endif 63 #endif
64 int mouse; 64 int mouse;
65 int keyboard; 65 int keyboard;
66 SDL_scancode *key_layout;
66 } SDL_VideoData; 67 } SDL_VideoData;
67 68
68 #endif /* _SDL_win32video_h */ 69 #endif /* _SDL_win32video_h */
69 70
70 /* vi: set ts=4 sw=4 expandtab: */ 71 /* vi: set ts=4 sw=4 expandtab: */