Tk::CursorControl

Tk::CursorControl is a Perl module that allows you to manipulate the mouse cursor programmatically.
Download

Tk::CursorControl Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jack Dunnigan
  • Publisher web site:
  • http://search.cpan.org/~dunniganj/Tk-CursorControl-0.4/CursorControl.pm

Tk::CursorControl Tags


Tk::CursorControl Description

Tk::CursorControl is a Perl module that allows you to manipulate the mouse cursor programmatically. Tk::CursorControl is a Perl module that allows you to manipulate the mouse cursor programmatically.SYNOPSIS use Tk::CursorControl; $cursor = $main->CursorControl; # Lock the mouse cursor to $widget $cursor->confine($widget); # Free the cursor $cursor->release; # cursor disappears over $widget $cursor->hide($widget); # show cursor again over $widget $cursor->show($widget); # warp cursor to $widget (jump) $cursor->warpto($widget); # move cursor to $widget $cursor->moveto($widget); Requirements: · Perl


Tk::CursorControl Related Software