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
This commit is contained in:
Frank Gevaerts 2010-02-16 17:34:48 +00:00
parent 13035a48af
commit f615fb43d5
4 changed files with 555 additions and 15 deletions

View file

@ -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.