Plugin rework 2: (all) Compile-time keyboard configuration, for Ondio adaption. (all) Now using the default event handler, standard placement is now in switch() default case. (minesweeper,pong,snake,snake2) added USB handling. (mandelbrot,mosaique) Fixed return value. (minesweeper) fast moving with button repeat. (oscillograph) Fixed cleanup in USB case.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5304 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2004-10-18 21:45:00 +00:00
parent d24766675d
commit e35a658ded
11 changed files with 543 additions and 163 deletions

View file

@ -16,29 +16,29 @@ bounce.c
calculator.c
chip8.c
cube.c
flipit.c
grayscale.c
jpeg.c
rockblox.c
snow.c
video.c
#ifdef HAVE_RTC /* Recorder models only */
calendar.c
clock.c
#endif
#if CONFIG_KEYPAD != ONDIO_PAD
/* gradually bring in the ones not working yet */
flipit.c
mandelbrot.c
minesweeper.c
mosaique.c
oscillograph.c
pong.c
rockblox.c
sliding_puzzle.c
snake.c
snake2.c
snow.c
sokoban.c
video.c
#ifdef HAVE_RTC /* Recorder models only */
calendar.c
clock.c
#endif /* #ifdef HAVE_RTC */
#if CONFIG_KEYPAD != ONDIO_PAD
/* gradually bring in the ones not working yet */
solitaire.c
splitedit.c
star.c