diff options
| author | Franklin Wei <franklin@rockbox.org> | 2020-07-06 22:06:30 -0400 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2020-12-07 19:40:06 +0000 |
| commit | 78bc9ea7f79f379634f822d5f95242900f5716b9 (patch) | |
| tree | 20dd3aa4e3ea4025fb72953c9d9950792ada7023 /findloop.c | |
| parent | 9aa7b7cdfb2bcd200f45941a58d6ae698882a2d4 (diff) | |
| download | puzzles-78bc9ea7f79f379634f822d5f95242900f5716b9.zip puzzles-78bc9ea7f79f379634f822d5f95242900f5716b9.tar.gz puzzles-78bc9ea7f79f379634f822d5f95242900f5716b9.tar.bz2 puzzles-78bc9ea7f79f379634f822d5f95242900f5716b9.tar.xz | |
Add method for frontends to query the backend's cursor location.
The Rockbox frontend allows games to be displayed in a "zoomed-in"
state targets with small displays. Currently we use a modal interface
-- a "viewing" mode in which the cursor keys are used to pan around
the rendered bitmap; and an "interaction" mode that actually sends
keys to the game.
This commit adds a midend_get_cursor_location() function to allow the
frontend to retrieve the backend's cursor location or other "region of
interest" -- such as the player location in Cube or Inertia.
With this information, the Rockbox frontend can now intelligently
follow the cursor around in the zoomed-in state, eliminating the need
for a modal interface.
Diffstat (limited to 'findloop.c')
0 files changed, 0 insertions, 0 deletions