Add a clarification comment

This commit is contained in:
Takashi Kokubun 2021-12-26 23:58:50 -08:00
parent 8605b67d4e
commit 94e91d9f6a
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

View File

@ -390,6 +390,7 @@ static REPEAT: i32 = 2;
struct MultiPurposeKeyState {
held: Key,
alone: Key,
// Some if the first press is still delayed, None if already considered held.
alone_timeout_at: Option<Instant>,
}