Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterLagan authored Apr 12, 2021
1 parent 52428b9 commit 85f83eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions set-mouse-speed-mini.lsp
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
; a minimalistic version of set-mouse-speed with no error handling.
(import "user32.dll" "SystemParametersInfoA")
(SystemParametersInfoA 0x0071 0 (int (main-args 1)) 0)
(exit)

0 comments on commit 85f83eb

Please sign in to comment.