comparison src/video/vgl/SDL_vglevents.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
139 { 139 {
140 do { 140 do {
141 posted = 0; 141 posted = 0;
142 handle_keyboard(this); 142 handle_keyboard(this);
143 handle_mouse(this); 143 handle_mouse(this);
144 } 144 } while (posted != 0);
145 while (posted != 0);
146 } 145 }
147 146
148 void 147 void
149 VGL_InitOSKeymap(_THIS) 148 VGL_InitOSKeymap(_THIS)
150 { 149 {