Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Wheel stuck in rut

by beech (Parson)
on Jan 04, 2017 at 01:12 UTC ( [id://1178896]=note: print w/replies, xml ) Need Help??


in reply to Wheel stuck in rut

Hi,

See https://metacpan.org/pod/Tk::bind#D

$ perl -le " use Tk; $mw = tkinit; $mw->bind(q/<MouseWheel>/,sub{print + $Tk::event->D} ); MainLoop; " -120 -120 120 120

Also see "DynaMouseWheel"

Replies are listed 'Best First'.
Re^2: Wheel stuck in rut
by ExReg (Priest) on Jan 04, 2017 at 15:10 UTC

    Gadzooks! That was awesome! Just what I wanted. Thanks!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1178896]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-19 02:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found