rcinput: add setKeyRepeatDelay() function

this allows to get rid of the broken getFileHandle function later
This commit is contained in:
Stefan Seyfried
2017-02-20 20:20:54 +01:00
committed by M. Liebmann
parent 1b79faff78
commit 0df5a8df7f
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);
};