rockbox/uisimulator/common
Tomer Shalev a39be4b307 Fix red: Invert buttons in RTL mode
- Revert renaming of button_set_flip()
- Moved rtl flipping logic to apps/actions.c as a static function
- Joined rtl_button_flip_needed() and button_flip_horizontally()


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22962 a1c6a512-1295-4272-9138-f99709370657
2009-10-05 17:53:45 +00:00
..
player_icons
backlight-sim.c Remove an #ifdef SIMULATOR in favor of using a stub 2009-05-05 08:43:32 +00:00
backlight-sim.h Remove an #ifdef SIMULATOR in favor of using a stub 2009-05-05 08:43:32 +00:00
fmradio.c
font-player.c
font-player.h
io.c
lcd-common.c Simulate lcd_enable and lcd_sleep in the simulator. Therefore, turn backlight-sim.h into a .c too. 2009-04-29 22:24:40 +00:00
lcd-playersim.c
lcd-playersim.h
Makefile
powermgmt-sim.c
README initial commit of remote support for m:robe 100 courtesy of lowlight; simulator support including small fixes for the m:robe 500 2009-07-26 14:26:14 +00:00
sim_icons.c
sim_tasks.c
sim_tasks.h
sound.h
SOURCES Simulate lcd_enable and lcd_sleep in the simulator. Therefore, turn backlight-sim.h into a .c too. 2009-04-29 22:24:40 +00:00
stubs.c Fix red: Invert buttons in RTL mode 2009-10-05 17:53:45 +00:00

               __________               __   ___.
     Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
     Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
     Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
     Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
                       \/            \/     \/    \/            \/

This directory is for code that is shared between all versions of the
simulator, but is not needed for the target device.