Searched refs:repeats (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DColorControl.cpp779 int32 repeats = 0; local
780 if (message->FindInt32("be:key_repeat", &repeats)
781 == B_OK && repeats > 4) {
815 int32 repeats = 0; local
816 if (message->FindInt32("be:key_repeat", &repeats)
817 == B_OK && repeats > 4) {
/haiku/src/apps/deskbar/
H A DSwitcher.cpp740 // Because of key repeats we don't want to respond to any extraneous
1667 int32 repeats = 0; local
1668 if (message->FindInt32("be:key_repeat", &repeats) == B_OK
1669 && (fSkipKeyRepeats || (repeats % 6) != 0))

Completed in 42 milliseconds