[ scummvm-Patches-1487149 ] Simplified keyboard repeat

SourceForge.net noreply at sourceforge.net
Fri May 12 09:13:58 CEST 2006


Patches item #1487149, was opened at 2006-05-12 09:13
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=1487149&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Torbjörn Andersson (eriktorbjorn)
Assigned to: Nobody/Anonymous (nobody)
Summary: Simplified keyboard repeat

Initial Comment:
Right now, the GUI and some game engines implement
keyboard repeat independent of each other. But wouldn't
it be both easier and more consistent to let the
backend handle this?

The attached patch implements this for the SDL backend
(simply a matter of calling SDL_EnableKeyRepeat()), and
removes any custom repeat code that I've been able to find.

If it's not desirable to always have keyboard repeating
(though I can't currently think of any such case), we
could easily make keyboard repeating a property that
can be toggled on or off.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=1487149&group_id=37116




More information about the Scummvm-tracker mailing list