mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
13035a48af
commit
f615fb43d5
4 changed files with 555 additions and 15 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue