mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
rcinput: add setKeyRepeatDelay() function
this allows to get rid of the broken getFileHandle function later
This commit is contained in:
committed by
M. Liebmann
parent
1b79faff78
commit
0df5a8df7f
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user