rcinput: add setKeyRepeatDelay() function

this allows to get rid of the broken getFileHandle function later


Origin commit data
------------------
Branch: ni/coolstream
Commit: 0df5a8df7f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-20 (Mon, 20 Feb 2017)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2017-02-20 20:20:54 +01:00
committed by Michael Liebmann
parent 7345242772
commit 475c8878f8
2 changed files with 36 additions and 0 deletions

View File

@@ -341,6 +341,7 @@ class CRCInput
void reset_dsp(int rate);
void setLongPressAny(bool b) { longPressAny = b; };
void setKeyRepeatDelay(unsigned int start_ms, unsigned int repeat_ms);
};