From 5058f72bebc8e6757c4340276ca0cb9cdb12531d Mon Sep 17 00:00:00 2001 From: windows-2048 Date: Mon, 19 Oct 2020 08:04:31 -0400 Subject: [PATCH] html tag for SendInput() --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index a197f7c..14fc9db 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,6 +1,6 @@ title: The Fastest Mouse Clicker for Windows logo: /favicon_large.png -description: Official Download for free and fast, open source, full-featured, statically-linked mouse auto clicker for Windows written in vanilla C++. Uses hardware-limited arrayed Win32 SendInput() calls to reach up to 100000 clicks/s. Supports command line, random clicks and record-play the sequences of clicks. +description: Official Download for free and fast, open source, full-featured, statically-linked mouse auto clicker for Windows written in vanilla C++. Uses hardware-limited arrayed Win32 SendInput() calls to reach up to 100000 clicks/s. Supports command line, random clicks and record-play the sequences of clicks. show_downloads: true theme: jekyll-theme-minimal author: Open Source Developer Masha Novedad