comparison src/video/nds/SDL_ndsevents.c @ 2676:082cc3ffd7d8 gsoc2008_nds

Fixed a conflict between the touch and joystick drivers. They now should both behave as expected.
author Darren Alton <dalton@stevens.edu>
date Tue, 01 Jul 2008 13:02:50 +0000
parents 6e4669f4db49
children 3895761db26a
comparison
equal deleted inserted replaced
2675:5e4274591163 2676:082cc3ffd7d8
36 #include "SDL_ndsevents_c.h" 36 #include "SDL_ndsevents_c.h"
37 37
38 void 38 void
39 NDS_PumpEvents(_THIS) 39 NDS_PumpEvents(_THIS)
40 { 40 {
41 /* do nothing. */ 41 scanKeys();
42 } 42 }
43 43
44 /* vi: set ts=4 sw=4 expandtab: */ 44 /* vi: set ts=4 sw=4 expandtab: */