1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/reversi
Thomas Martitz aba5c47dd6 pluginlib_touchscreen: Rework API to offer wait-for-button APIs.
The old touchscreen_get() needed an external button_get() call. Now two APIs are
added that do this call internally. This way they behave similar to get_action.

The old API is preserved (but renamed) since it's used in reversi.

Change-Id: I24902c64a357f2fdd7d0c2f5371cbfd20f34f1c8
2012-01-27 09:15:05 +01:00
..
reversi-game.c
reversi-game.h
reversi-gui.c pluginlib_touchscreen: Rework API to offer wait-for-button APIs. 2012-01-27 09:15:05 +01:00
reversi-gui.h Initial commit of the Samsung YP-R0 port. 2011-12-24 11:56:46 +00:00
reversi-strategy-naive.c
reversi-strategy-simple.c
reversi-strategy.c
reversi-strategy.h
reversi.make
SOURCES