[Scummvm-devel] Touchscreen input methods

Paul Gilbert paulfgilbert at gmail.com
Tue Apr 19 12:31:35 CEST 2011


On Tue, Apr 19, 2011 at 7:38 PM, Klaus Reimer <k at ailis.de> wrote:

> On 04/19/2011 10:24 AM, Paul Gilbert wrote:
> > Or to use another example, Lure of the Temptress has a special define
> that
> > PDA/Touchscreen devices need to set, which alters how the action menu
> > scrolls. I've thought in the past that this is kind of nasty, and new
> > porters might not be aware of it.
>
> Right, I'm not aware of it :-) Which define is it I have to set?
>

See at the start of engines/lure/menu.cpp:

#if defined(_WIN32_WCE) || defined(__SYMBIAN32__)
#define LURE_CLICKABLE_MENUS
#endif

You'd presumably need to add whichever define can be used to identify your
particular device.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scummvm.org/pipermail/scummvm-devel/attachments/20110419/44b49336/attachment.html>


More information about the Scummvm-devel mailing list