mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
rcinput.cpp: fix key repeat for osmio4k
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8ed5d227bd
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-03-03 (Tue, 03 Mar 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1439,6 +1439,7 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
|
|||||||
if ((now_pressed > last_keypress + repeat_block_generic) ||
|
if ((now_pressed > last_keypress + repeat_block_generic) ||
|
||||||
/* accept all keys after time discontinuity: */
|
/* accept all keys after time discontinuity: */
|
||||||
(now_pressed < last_keypress))
|
(now_pressed < last_keypress))
|
||||||
|
rc_last_repeat_key = trkey;
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
last_keypress = now_pressed;
|
last_keypress = now_pressed;
|
||||||
|
Reference in New Issue
Block a user