mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-13 10:18:53 +01:00
Support quick taps for ppage scrolling
This commit is contained in:
parent
a7f6f82e9e
commit
fe214664a5
@ -453,7 +453,7 @@ RetroFE::RETROFE_STATE RetroFE::processUserInput(Page *page)
|
||||
keyDelayTime_= 0.3;
|
||||
}
|
||||
|
||||
if((currentTime_ - keyLastTime_) > keyDelayTime_ || keyLastTime_ == 0)
|
||||
else if((currentTime_ - keyLastTime_) > keyDelayTime_ || keyLastTime_ == 0)
|
||||
{
|
||||
keyLastTime_ = currentTime_;
|
||||
keyDelayTime_-= .05;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user