diff --git a/bugs.txt b/bugs.txt index 9b8e7566c..4c20d5301 100644 --- a/bugs.txt +++ b/bugs.txt @@ -16,9 +16,6 @@ Requested features, might never get implemented, see todo.txt for features that - Show/hide screen controls with longpress on Text Edit button. -- Floating on-screen joystick - initially invisible, it appears when you touch the screen, - centered on your finger, then it slides with your finger if you bump the joystick edge. - - Export phone vibrator to SDL - interface is available in SDL 1.3. - Control screen brightness with SDL_SetGamma(). diff --git a/todo.txt b/todo.txt index 6998cdd36..333481746 100644 --- a/todo.txt +++ b/todo.txt @@ -21,6 +21,9 @@ TODO, which will get actually done - SDL: user-configurable option to set screen orientation. +- Floating on-screen joystick - initially invisible, it appears when you touch the screen, + centered on your finger, then it slides with your finger if you bump the joystick edge. + - OpenTTD: All menus in the scenario editor are out of the screen. - OpenTTD: 16bpp blitter with palette animation support.