From b16437e7848218025986e87eb972b742dd7c958b Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 3 Feb 2013 15:58:46 +0100 Subject: New options 'Setup/Miscellaneous/Remote control repeat delay' and 'Setup/Miscellaneous/Remote control repeat delta' --- PLUGINS.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'PLUGINS.html') diff --git a/PLUGINS.html b/PLUGINS.html index fafd6feb..a5713a7f 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -2221,6 +2221,13 @@ Put(uint64 Code, bool Repeat = false, bool Release = false);

The other parameters have the same meaning as in the first version of this function. +

+ +If your remote control has a repeat function that automatically repeats key events +if a key is held pressed down for a while, your derived class should use the global +parameters Setup.RcRepeatDelay and Setup.RcRepeatDelta to allow +users to configure the behavior of this function. +


Conditional Access

-- cgit v1.2.3