Help for this page

Select Code to Download


  1. or download this
     $item->set_simple_transform ($x, $y, $scale, $rotation)
    
  2. or download this
    sub event_handler{
    
    ...
            print "$x  $y\n";
    
    }
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    }
    ####################################################################