/usr/local/CPAN/OIS/OIS/MouseEvent.pm


package OIS::MouseEvent;

use strict;
use warnings;

use OIS::EventArg;
our @ISA = qw(OIS::EventArg);


1;