comparison src/video/svga/SDL_svgaevents.c @ 2669:e27bdcc80744 gsoc2008_nds

First commit. Added header configs for DS as well as a Makefile. Initial work on framebuffer video driver, currently not functioning as desired.
author Darren Alton <dalton@stevens.edu>
date Tue, 10 Jun 2008 06:45:39 +0000
parents c121d94672cb
children 99210400e8b9
comparison
equal deleted inserted replaced
2668:bb3241de289e 2669:e27bdcc80744
205 { 205 {
206 do { 206 do {
207 posted = 0; 207 posted = 0;
208 mouse_update(); 208 mouse_update();
209 keyboard_update(); 209 keyboard_update();
210 } 210 } while (posted);
211 while (posted);
212 } 211 }
213 212
214 void 213 void
215 SVGA_InitOSKeymap(_THIS) 214 SVGA_InitOSKeymap(_THIS)
216 { 215 {