##### Name: p_L-R.pl ##### Version: 0.0.2 ##### Author: pGG ##### Contact: pgg@zapo.net ##### Licence: The licence of Perl ##### Updated: 2002.09.21 use Win32::API; Win32::API->new('user32','SystemParametersInfoA',[N,N,P,N],'N')->Call( +97,1,0,0); while(1){ Win32::API->new('user32','InvalidateRect',[N,P,N],'N')->Call(0,0,1 +); Win32::API->new('user32','SwapMouseButton',[N],'N')->Call(1); Win32::API->new('user32','SwapMouseButton',[N],'N')->Call(0); }
edited: Mon Sep 30 00:17:24 2002 by jeffa - title change (was: p_L-R.pl), added newlines to snippetdesc
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32: mouse button swapper
by Anonymous Monk on Sep 30, 2002 at 03:44 UTC |