VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/Include/Library/PasswordLib.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2020-07-23 21:06:59 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2020-07-23 21:19:09 +0200
commit549a4f3c2f937dde900672ebff6ed605f8c9043d (patch)
tree406282334687edd251843ef8481cf7ba6e7e66e3 /Include/Library/PasswordLib.h
parent2a915cd1e3eccca468364fea4fbe58e0bb8626f6 (diff)
downloadVeraCrypt-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/Library/PasswordLib.h')
-rw-r--r--Include/Library/PasswordLib.h1
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;