From 549a4f3c2f937dde900672ebff6ed605f8c9043d Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 23 Jul 2020 21:06:59 +0200 Subject: Add option "KeyboardInputDelay" in DcsProp to control the minimum delay supported between two key strokes (default is 100 ms) --- Include/Library/PasswordLib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Include/Library/PasswordLib.h') diff --git a/Include/Library/PasswordLib.h b/Include/Library/PasswordLib.h index cc77957..6289763 100644 --- a/Include/Library/PasswordLib.h +++ b/Include/Library/PasswordLib.h @@ -25,6 +25,7 @@ extern UINTN gPasswordPictureCharsLen; extern UINT8 gPasswordVisible; extern UINT8 gPasswordProgress; extern int gPasswordTimeout; +extern UINTN gKeyboardInputDelay; extern int gPasswordShowMark; extern VOID* gPictPwdBmp; -- cgit v1.2.3