comparison src/video/wscons/SDL_wsconsevents.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
143 { 143 {
144 do { 144 do {
145 posted = 0; 145 posted = 0;
146 updateMouse(); 146 updateMouse();
147 updateKeyboard(this); 147 updateKeyboard(this);
148 } 148 } while (posted);
149 while (posted);
150 } 149 }
151 150
152 void 151 void
153 WSCONS_InitOSKeymap(_THIS) 152 WSCONS_InitOSKeymap(_THIS)
154 { 153 {