diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2010-02-16 17:34:48 +0000 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2010-02-16 17:34:48 +0000 |
| commit | f615fb43d5321a37b8ba7f767c59d6bc0fe6e9b5 (patch) | |
| tree | 94c1db09544b398ad15773c9923331a02e6cd92f /docs/UISIMULATOR | |
| parent | 13035a48afe35340828cccad2a2b0569434f155d (diff) | |
| download | rockbox-f615fb43d5321a37b8ba7f767c59d6bc0fe6e9b5.zip rockbox-f615fb43d5321a37b8ba7f767c59d6bc0fe6e9b5.tar.gz rockbox-f615fb43d5321a37b8ba7f767c59d6bc0fe6e9b5.tar.bz2 rockbox-f615fb43d5321a37b8ba7f767c59d6bc0fe6e9b5.tar.xz | |
Turn the simulator background into a clickable area. i.e. you click on the play button to press play. It also maps mouse scrollwheel events to rockbox scrollwheel events. This facilitates testing because you don't have to move your hand between the mouse and keyboard.
Author: Fred Bauer
Flyspray: FS#11008
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24696 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs/UISIMULATOR')
| -rw-r--r-- | docs/UISIMULATOR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/UISIMULATOR b/docs/UISIMULATOR index fc383ed..0a7888b 100644 --- a/docs/UISIMULATOR +++ b/docs/UISIMULATOR @@ -50,3 +50,10 @@ The keyboard's numerical keypad is used to simulate the target keypad. See the output rockboxui displays on start for details. + +5. Mouse Input + + Clicking on the button images on the background will simulate pressing the + appropriate buttons. On scroll wheel targts the mouse wheel will simulate + scroll wheel motion. + |