diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-07-23 21:06:59 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-07-23 21:19:09 +0200 |
commit | 549a4f3c2f937dde900672ebff6ed605f8c9043d (patch) | |
tree | 406282334687edd251843ef8481cf7ba6e7e66e3 /Include | |
parent | 2a915cd1e3eccca468364fea4fbe58e0bb8626f6 (diff) | |
download | VeraCrypt-DCS-549a4f3c2f937dde900672ebff6ed605f8c9043d.tar.gz VeraCrypt-DCS-549a4f3c2f937dde900672ebff6ed605f8c9043d.zip |
Add option "KeyboardInputDelay" in DcsProp to control the minimum delay supported between two key strokes (default is 100 ms)
Diffstat (limited to 'Include')
-rw-r--r-- | Include/Library/PasswordLib.h | 1 |
1 files changed, 1 insertions, 0 deletions
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;
|