1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-07-05 00:49:00 +02:00

Added click count (#377)

* Added click count
This commit is contained in:
Tim Voronov
2019-09-07 01:59:32 -04:00
committed by GitHub
parent 24370d8178
commit fcd0a21e75
17 changed files with 143 additions and 63 deletions

View File

@ -27,7 +27,7 @@ func Input(ctx context.Context, args ...core.Value) (core.Value, error) {
return values.False, err
}
delay := values.NewInt(drivers.DefaultInputDelay)
delay := values.NewInt(drivers.DefaultKeyboardDelay)
// INPUT(el, value)
if len(args) == 2 {